https://github.com/extybr/parser-vacancies-headhunter
https://github.com/extybr/parser-vacancies-headhunter
gui parser python
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/extybr/parser-vacancies-headhunter
- Owner: extybr
- Created: 2022-02-05T09:29:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T16:40:28.000Z (over 2 years ago)
- Last Synced: 2025-01-29T22:01:20.688Z (over 1 year ago)
- Topics: gui, parser, python
- Language: Python
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Парсер вакансий с hh.ru
и trudvsem.ru
### release
[](https://github.com/extybr/parser-vacancies-Headhunter/releases/download/v1.0.0/windows_x64_hh-v1.0.0.zip)
[](https://github.com/extybr/parser-vacancies-Headhunter/releases/download/v1.0.0/linux_install.sh)
##
### Windows:
#### pyinstaller
pyinstaller main.py -F -w --i=img/favicon.ico
#### nuitka
python -m nuitka --windows-disable-console --onefile --follow-imports --enable-plugin=pyqt5 --windows-icon-from-ico=img/favicon.ico main.py