https://github.com/abhishekshree/mookit-scraping
https://github.com/abhishekshree/mookit-scraping
hacktoberfest
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhishekshree/mookit-scraping
- Owner: abhishekshree
- Created: 2021-08-18T15:03:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T15:05:30.000Z (about 4 years ago)
- Last Synced: 2025-01-21T09:48:56.721Z (11 months ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mookit-Scraping
This scraper is created to fetch information from Mookit.
Steps for use:
1. Log into the platform, go to the course page for which we want to scrape the links. Example link should look like this, https://hello.iitk.ac.in/cs711a21/#/home (THIS IS IMPORTANT).
2. Download the page by pressing `Ctrl+S` -> Download Complete page and place it to the same directory where the `run.sh` is.
3. Run `./run.sh n`, where `n` is the number of lectures you want to scrape. A folder named same as the course name will be created, with `index.html` (the original HTML given) and `data.csv` (the scraped data).