Only for learning purposes! The software comes with no warranty. A software that scrap jobs from different platforms puts them into a db and views them on a gui.
Go to file
2024-06-26 11:24:33 +00:00
db Initial commit 2024-06-13 11:14:04 +02:00
lib optimize cmd history 2024-06-18 12:52:18 +02:00
.gitignore Initial commit 2024-06-13 11:14:04 +02:00
example.txt Initial commit 2024-06-13 11:14:04 +02:00
querry.note Initial commit 2024-06-13 11:14:04 +02:00
Readme.md Update Readme.md 2024-06-26 11:24:33 +00:00
requirements.txt requirements 2024-06-13 11:35:54 +02:00

Dependencies

Install the requirements.txt

First time usage

cd lib/

First run: python main.py --createdb
Second run: 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

BUG

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.