Online Flow Viewer/Editor

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
User avatar
Bluscre
Posts: 145
Joined: 31 Aug 2017 13:58
Location: Germany
Contact:

Online Flow Viewer/Editor

Post by Bluscre » 04 Sep 2017 11:58

Some way to view edit flows online would be dope hence the keyboard and mouse on computers. This also would allow iframes with flows on the forum :)
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.

User avatar
Bluscre
Posts: 145
Joined: 31 Aug 2017 13:58
Location: Germany
Contact:

Re: Online Flow Viewer/Editor

Post by Bluscre » 04 Sep 2017 13:06

Working hard on it: https://automagic4android.github.io/flow.html

Edit: Removed image for privacy
Last edited by Bluscre on 15 May 2019 04:27, edited 1 time in total.
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.

User avatar
Bluscre
Posts: 145
Joined: 31 Aug 2017 13:58
Location: Germany
Contact:

Re: Online Flow Viewer/Editor

Post by Bluscre » 04 Sep 2017 23:16

This will be a looooooooooooooooooooooooooooooooong way xD https://automagic4android.github.io/flo ... he_2_0.xml
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.

simon_magus101
Posts: 38
Joined: 06 Sep 2017 06:59

Re: Online Flow Viewer/Editor

Post by simon_magus101 » 15 Sep 2017 15:18

I do my scripting on Android running inside Virtualbox. Then sync using Dropbox or Google Drive. It would be nice to have an alternative.

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Online Flow Viewer/Editor

Post by Desmanto » 15 Sep 2017 16:05

simon_magus101 wrote:I do my scripting on Android running inside Virtualbox. Then sync using Dropbox or Google Drive. It would be nice to have an alternative.
That's a nice idea. For long script, this is probably more convenient. But I usually test my script directly on my phone while walking around, gathering inspiration. If in front of PC, I am tempted to do something else :D

For syncing to phone, you can open up the virtualbox guest connection to host, make it reachable. Then you can use HTTP request to send from virtual box to your phone directly. At your phone receive the flow and directly imported it. Automagic 1.34 has the HTTP post to upload data already, so you can send your flow back-thru both automagic powered devices.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

User avatar
mbirth
Posts: 80
Joined: 17 Mar 2016 00:02
Location: Berlin, Germany
Contact:

Re: Online Flow Viewer/Editor

Post by mbirth » 16 Sep 2017 15:22

In the end this should run on the phone and be accessible via a specific port, like those web file managers, e.g. WebSharing.
BlackBerry KEY2, Android 8.1.0

simon_magus101
Posts: 38
Joined: 06 Sep 2017 06:59

Re: Online Flow Viewer/Editor

Post by simon_magus101 » 19 Sep 2017 13:51

Desmanto wrote: Automagic 1.34 has the HTTP post to upload data already, so you can send your flow back-thru both automagic powered devices.
Thanks. I didn't know that.

Locked