An open API service indexing awesome lists of open source software.

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

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
```