Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Readme.MD

Web-Scraper-Internshala.com [Python 3.7+]

Internshala Logo

Third Party Libraries Required :

  1. requests [To fetch the Url content ]
  2. BeautifulSoup4 [Library used for web scraping]
  3. Panda Module [To export the data to a Excel File with multiple sheets]

How to install above Library

pip install beautifulsoup4
pip install pandas
pip install requests

Stores the following data for every internship available based on the selected filters :

  • Title
  • Company Name
  • Duration
  • Stripend
  • Start Date
  • Last Date to apply

How to use it :

  1. Download or clone the repository
  2. Install Required Libraries
  3. Run internshala.py
  4. Enter the website url of internshala which you want to scrap
  5. Obtain the excel file in .xls format

endpoint

endpoint

endpoint

built with love

Check out my Github profile Tejas1510!