/Indeed-Bot

Primary LanguagePythonMIT LicenseMIT

Job Bot

A bot to automately apply job for you. Work on indeed, angel.co, ... incoming monster

Getting Started

Download the project and run the python script.

Example: run angel.py for angel.co website

Prerequisites

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

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details