BITS Pilani Course Handouts
This project aims to achive the course handouts of the courses taught at BITS Pilani. The archive will faciliate the students make an informed decision about the electives they take up for the semester.
Go ahead checkout the archives of the previous years.
Odd Semester 2016-17 | View All |
Even Semester 2015-16 | View All |
Odd Semester 2015-16 | View All |
The project contains a download script which scrapes the website for all the course handouts. As the course handouts website is available
# Clone the repository
git clone http://github.com/sudhirmishra/course-handouts.git
# Install the required libraries
pip install requests bs4
# Run the download script
python download_handouts.py
# Rename the download directory
mv "Rename Handouts" <semester>_SEM_<year>
# semester = I or II and year = 2015-16,2016-17, ....
# Push the update to archive
git add <semester>_SEM_<year>
git commit -m "Handout for <semester>_SEM_<year> added"
Sudhir Mishra (@sudhirmishra)
The course handouts are owned by the respective faculties or BITS Pilani. Raise any issues @Github