https://github.com/danasilver/middkid
Crawl the MiddKid course evaluations
https://github.com/danasilver/middkid
Last synced: over 1 year ago
JSON representation
Crawl the MiddKid course evaluations
- Host: GitHub
- URL: https://github.com/danasilver/middkid
- Owner: danasilver
- Created: 2015-03-16T22:11:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T22:11:25.000Z (over 11 years ago)
- Last Synced: 2025-01-06T00:42:16.352Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiddKid
## Crawl the MiddKid course evaluations
### You'll get...
- Course name
- Course code
- Professor name
- # of reviews
- URL
for each professor-course review combination.
### Crawl and export data
```sh
$ scrapy crawl middkid -o items.json
```
### Install
Clone
```sh
$ git clone https://github.com/danasilver/middkid
```
Install the requirements
```sh
$ pip install -r requirements.txt
```