- requests [To fetch the Url content ]
- BeautifulSoup4 [Library used for web scraping]
- Panda Module [To export the data to a Excel File with multiple sheets]
pip install beautifulsoup4
pip install pandas
pip install requests
- Title
- Company Name
- Duration
- Stripend
- Start Date
- Last Date to apply
- Download or clone the repository
- Install Required Libraries
- Run internshala.py
- Enter the website url of internshala which you want to scrap
- Obtain the excel file in .xls format
Check out my Github profile Tejas1510!



