An open API service indexing awesome lists of open source software.

https://github.com/prrockzed/autoerp

Automation of erp using selenium in python.
https://github.com/prrockzed/autoerp

automation automation-selenium dom-manipulation erp python3

Last synced: 4 months ago
JSON representation

Automation of erp using selenium in python.

Awesome Lists containing this project

README

        

## AutoERP

Currently you can only login to your ERP account using AutoERP.
But more feature are coming soon.

## Run the following commands in your terminal to install AutoERP and run it.
### To clone and setup AutoERP(required only once), run the following commands in your terminal
1. git clone https://github.com/prrockzed/AutoERP.git
2. cd AutoERP
3. python3 input.py

## Finally, to run AutoERP
python3 run.py

Contributions are welcome.