https://github.com/mikewesthad/wikipediadataviz
https://github.com/mikewesthad/wikipediadataviz
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikewesthad/wikipediadataviz
- Owner: mikewesthad
- Created: 2014-10-29T03:09:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T02:09:03.000Z (over 10 years ago)
- Last Synced: 2025-02-14T08:46:29.010Z (4 months ago)
- Language: Python
- Size: 2.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A python script for creating a dataset of revision information for any article on wikipedia, as well as a few examples of data pulled down.
You need:
- [Python](https://www.python.org/), probably 2.7
- [Requests Library](http://docs.python-requests.org/en/latest/)See `PullRevisionInfo.py` for usage info.
Revision data is stored in `./RevisionData/ARTICLE_NAME/`. Two CSVs are generated - one for editor frequency and one for change of size + timing of edits.
Example excel worksheets with canned line/scatter plots are included.