For the German Wikipedia, we want to get contributions of verified accounts to Wikipedia.
- install Python 3.6
- install Pipenv
- After cloning, install dependencies with Pipenv:
git clone https://github.com/jfilter/wikipedia-edits-verified-accounts && cd wikipedia-edits-verified-accounts && pipenv install
- Get all verified user:
pipenv run python get_verified_users.py
- Get recent changes:
pipenv run python get_recent_changes_per_user.py
- Get all revisions:
pipenv run python get_revisions_per_user.py
We will have two folders: One contains the recent changes and one contains the revisions, one file for each user. To merge the files, you can use megrge_csv.py.
MIT.