Task scheduler to queue and run various tasks through selenium. Runs on spare laptop during the day.
- Record logs (similar to 99PartyPlanner)
- Send push to phone
First, install the latest version of Python 3.x.
Next, install required dependencies.
pip install -r requirements.txtNext, save a chromedriver executable to your PATH. You may download the latest version here: https://chromedriver.chromium.org/downloads
Finally, build a proper jobs.json database for the runner using jobs-example.json as an example.
python runner.pyContributions, issues and, feature requests are welcome! Feel free to check the issues page.
Copyright © 2022 Dylan Wheeler. This project is GNU GPU licensed.