Skip to content

SuljicAmar/job_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape Jobs and Apply

This project is a Python-based automation tool designed to streamline the process of finding and applying for job positions online. The script utilizes a combination of custom-built modules and popular Python libraries to scrape job listings, filter them based on user-defined criteria, and automatically apply to selected jobs using pre-defined user information.

How It Works

The script operates in two main phases:

  1. Scraping Job Listings: It first uses a combination of a web browser automation tool, a job site scraping module, and a search engine module to find and scrape job listings. The scraped job information is then saved into a CSV file for further processing.

  2. Applying to Jobs: After scraping, the script reads the saved job listings and filters out the ones to which the user has not yet applied. It then automatically applies to these jobs using the user's information provided in a JSON file.

Educational Purposes Only

This project is intended solely for educational purposes. It demonstrates the capabilities of Python in automating web-based tasks, such as job applications. Users should exercise caution and respect the terms of service of job boards and websites when using or adapting this script.

Disclaimer

This project is not endorsed by or affiliated with any of the job boards or services used within the script. Users are responsible for ensuring their use of the script complies with all relevant laws and terms of service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages