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.
- Host: GitHub
- URL: https://github.com/prrockzed/autoerp
- Owner: prrockzed
- Created: 2023-04-11T04:28:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T18:33:03.000Z (about 2 years ago)
- Last Synced: 2025-01-19T19:14:06.890Z (5 months ago)
- Topics: automation, automation-selenium, dom-manipulation, erp, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.pyContributions are welcome.