job-scrapper/Readme.md

24 lines
460 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/
2024-06-26 11:22:49 +00:00
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-26 11:24:33 +00:00
- cd lib/
For the cmd line use:
2024-06-26 11:22:49 +00:00
- python main.py --help
2024-06-26 11:24:33 +00:00
2024-06-26 11:22:49 +00:00
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.