Skip to content

victorx98/Indeed-Bot-1

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%