Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dineshkarthik/wiki-user-contributions

Generates user's Wikipedia Contribution
https://github.com/dineshkarthik/wiki-user-contributions

toolforge wiki wikimedia wikimedia-commons wikipedia

Last synced: about 2 months ago
JSON representation

Generates user's Wikipedia Contribution

Awesome Lists containing this project

README

        

# wiki-user-contributions
Generate a table of the user's contributions on Wikimedia's projects.

The generated table can be exported as a CSV file as well.

Inspired from - https://github.com/tshrinivasan/wiki_user_contributions_report

## Installation

```sh
$ pip install -r requirements.txt
```

## Execution

```sh
$ python app.py
```

> For production deployment use any wsgi server. Ex: `gunicorn app:app.server`.