AutoMarket is an online platform for creating, publishing, and utilizing microautomations. This guide will walk you through the steps to get started with AutoMarket.
Before you begin, ensure that your system meets the following requirements:
- Python >=3.10
- PostgreSQL instance running on port 5832
- NodeJS >=20.10.0 (Only required for the frontend)
In today's fast-paced digital world, efficiency is paramount. AutoMarket addresses the need for streamlined automation solutions, empowering users to focus on high-value tasks while minimizing manual effort.
- Advanced automation capabilities
- Customizable workflows
- Robust security measures
- Dedicated customer support
Our step-by-step tutorial to kickstart your automation journey with AutoMarket.
First, clone the repository to your local machine using the following command:
git clone https://github.com/knight1001d/automarket.git
Install dependencies by running the following command from the root of the project:
cd automarket
pip install -r requirements.txt
To start the development server, run the following command:
python sequentialFlow.py <list of action files separated by space> <input>
Example:
python sequentialFlow.py ./actions/readFile.py ./actions/textSummarizer.py https://www.dwsamplefiles.com/?dl_id=176
cd frontend
npm i
npm start
Local: http://localhost:3000
Get started with building your project using AutoMarket:
- Create a new project folder.
- Initialize AutoMarket within your project.
- Define your automation tasks.
- Run your automation scripts.
Contributions to AutoMarket are welcome! Whether you're a developer, designer, or enthusiast, join us in making automation accessible to everyone.
AutoMarket is developed and maintained by a team of automation enthusiasts dedicated to simplifying complex tasks.
Wrap up your automation journey with AutoMarket. Celebrate your achievements and explore new possibilities for automation.