job-scrapper/Readme.md
2024-08-09 12:57:26 +00:00

26 lines
434 B
Markdown

# Dependencies
Install the requirements.txt
# First time usage
1. cd lib/
### Set up the database
2. python main.py --createdb
3. python main.py --importregiondb
# Config
edit lib/conf
# Main scripts
- cd lib/
For the cmd line use:
- python main.py --help
For the gui run:
- python gui.py
# Windows
There is a windows build in (https://5ccppi.org:3000/ccppi/job-scrapper/src/branch/threading/dist/wine-nuitka)