Skip to content

jjoeldaniel/linkedin-jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkedin-jobs

Description

This is a web scraper that scrapes LinkedIn for internship and new grad opportunities. It is written in Python and uses requests/BeautifulSoup4. It is currently configured to scrape for Software Engineering opportunities, but can be easily modified to scrape for other roles.

It ships with a simple SQLite database to store the scraped opportunities. The database is not required, but is recommended.

Documentation

  • job.py - Contains the Job class, which represents a job opportunity.

  • main.py - Contains the main function, which is the entry point of the program.

  • db.py Contains the Database class, which represents a SQLite database.