Skip to content

linusaltacc/SNSCourseware-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNSCourseware Scraper

Scrapes Lecture Notes instantly from http://www.snscourseware.org

Getting Started

This is an example of how you may give instructions on setting up this project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

You need to have python3, pip and git installed to run the code.

Demo

Installation

  1. Clone the repo
git clone https://github.com/linusaltacc/SNSCourseware-Scraper.git
  1. cd to cloned Directory
cd SNSCourseware-Scraper
  1. Install pip packages
pip3 install -r requirements.txt
  1. Run the code
python3 SNSCoursewareScraper.py

OR

python SNSCoursewareScraper.py
  1. Now Enter college details and subject details as specified integers.

  2. The specified subject's lecture notes will we store in the folder SNSCourseware/{Subject_Name}

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin Beta)
  5. Open a Pull Request

About

Scrapes Lecture Notes instantly from http://www.snscourseware.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages