Skip to content

Python-based web scraping and automation tool that I built to help my beloved ones automate the process of applying for internships

Notifications You must be signed in to change notification settings

Moncef-dd/Interno-beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Internship Application Automation Script

This project is a Python-based web scraping and automation tool that I built to help my beloved ones automate the process of applying for internships by collecting job listings from specific websites and processing the information for further action.

Features

  • Scrapes internship job listings from websites like Levels.fyi. (IT IS HARDCODED FOR NOW!)

  • Extracts relevant information such as job title, company name, location, and job description.

  • Saves the scraped data into a CSV file for easy access and further processing.

  • Uses Selenium to handle dynamic web pages that load content via JavaScript.

Requirements

To run this script, you need the following:

  1. Python 3.x installed on your machine.

  2. The following Python libraries installed:

    • selenium
    • beautifulsoup4
    • requests
    • pandas

    You can install them via pip:

    pip install selenium beautifulsoup4 requests pandas
    

What is next?

  • Working on an optimal way to customize applications based on the opportunity title & the company name.

PS:

  • Consider re-structure your parser if you want to use the script on a different careers website

About

Python-based web scraping and automation tool that I built to help my beloved ones automate the process of applying for internships

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages