jeff1evesque / ist-652

Syracuse IST-652 Final Project
1 stars 3 forks source link

Create initial 'scraper_wikipedia.py' #14

Closed jeff1evesque closed 6 years ago

jeff1evesque commented 6 years ago

We need to create scraper_wikipedia.py, using the provided rest-api from wikipedia. Specifically, we'll need to create a python function which will curl the following endpoint:

This will return to us the top 1000 articles for the month of august in 2018.

jeff1evesque commented 6 years ago

We need to make a trivial docstring fix.