Skip to content

Community Data Science Workshops second-day afternoon session on using the Wikipedia API.

License

Notifications You must be signed in to change notification settings

makoshark/wikipedia-cdsw

 
 

Repository files navigation

Wikipedia CDSW Session README

© 2015-2020 Ben Lewis, Morten Warncke-Wang, Benjamin Mako Hill

Documents are published under the CC-BY-SA 4.0 license, source code is published under the MIT license (see the LICENSE file.)

This project is an introduction to using the Requests library with the Wikipedia API to build data sets and explore them, as a part of the Community Data Science Workshops at the University of Washington.

The initial work was done by Mako, however Ben chose to take the development of the session in a different direction, to try and de-duplicate as much as possible. Instead of writing out one long query URL, we build it piecemeal and then immediately move to using the handy params named variable for the get function in Requests; this way, students see what a query string looks like and can build one by hand if they ever need to, but they're also immediately using the tools they'll be using in the future.

About

Community Data Science Workshops second-day afternoon session on using the Wikipedia API.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Jupyter Notebook 100.0%