A bot to automately apply job for you. Work on indeed, angel.co, ... incoming monster
Download the project and run the python script.
Example: run angel.py for angel.co website
chromedriver: For running Chrome(already included)
geckodriver: For running Firefox
For Firefox:
Copy geckodirver into Project Folder
Change this line:
driver = webdriver.Chrome(options = options)
To:
driver = webdriver.Firefox()
Update cv.txt to your desire cover letter
- Huey Phan - ichomchom
This project is licensed under the MIT License - see the LICENSE.md file for details