job-scrapper/Readme.md

20 lines
443 B
Markdown
Raw Normal View History

2024-06-13 09:39:00 +00:00
# Dependencies
2024-06-13 09:37:35 +00:00
Install the requirements.txt
2024-06-13 09:29:08 +00:00
# First time usage
2024-06-14 09:33:05 +00:00
cd lib/
First run python main.py --createdb
Second run python main.py --importregiondb
2024-06-13 09:30:07 +00:00
2024-06-13 09:29:08 +00:00
# Config
2024-06-13 09:30:07 +00:00
edit /lib/conf
2024-06-13 09:25:28 +00:00
2024-06-13 09:29:08 +00:00
# Main scripts
2024-06-14 09:33:05 +00:00
cd lib/
For the cmd line use python main.py --help
For the gui run python gui.py
2024-06-13 09:25:28 +00:00
2024-06-14 09:34:33 +00:00
# BUG
2024-06-14 09:34:22 +00:00
There is a not implemented "feature" the cancel button on a password dialog does not work an you have to kill the application, will be fixed some time.