Metadata-Version: 2.1
Name: DJobHunter
Version: 0.0.1
Summary: This will automate the job application process to seek.com
Home-page: UNKNOWN
Author: Reamon Sumapig (DSoftwareArtist)
Author-email: <29reamonsumapig@gmail.com>
License: UNKNOWN
Keywords: python,jobhunter
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Customer Service
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix 
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: black
Requires-Dist: chromedriver-autoinstaller
Requires-Dist: gspread
Requires-Dist: lxml
Requires-Dist: oauth2client
Requires-Dist: pydantic[email]
Requires-Dist: python-dotenv
Requires-Dist: requests
Requires-Dist: selenium


### Reminder

1. Its better to create a virtual environment with Python3.
   ` virtualenv venv --python=python3`
2. Install the packages from the requirements.txt
   ` pip install -r requirements.txt`

3. Generate and download the google api service as json. When you run script, it will look for `google_service.json`
4. Update/create the .env. It should contain the links of the google sheets to run the script.


