tupur-29 / automarket

Auto Market is the online platform to create and use automation apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

AutoMarket is the online platform to create microautomations, publish them and use them.

So, how does it works, you can try it out using the steps below:

But first sure your system meets the following requirements:

Python >=3.10 Postgres instance running on port 5832 NodeJS >=20.10.0 (Only required for frontend.)

(i) Use a prebuilt action, or create your own action in actions folder. (An action is nothing but a python file/script which takes only one command line argument and prints an output to the console after running the file.)

(ii) Run the following command from the root of the project:

pip install -r requirements.txt

(iii) Run this command from the root of the project:

python sequentialFlow.py <list of action files seperated by space> <input>

You can try running this example:

python sequentialFlow.py ./actions/readFile.py ./actions/textSummarizer.py https://www.dwsamplefiles.com/?dl_id=176

The above will summarize the text file at the url https://www.dwsamplefiles.com/?dl_id=176.

About

Auto Market is the online platform to create and use automation apps.

License:GNU General Public License v3.0


Languages

Language:TypeScript 81.8%Language:Python 7.3%Language:CSS 6.3%Language:JavaScript 3.5%Language:Shell 1.1%