Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dineshkarthik/wiki-user-contributions
- Owner: Dineshkarthik
- License: mit
- Created: 2020-11-24T17:27:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T11:57:35.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:35:40.360Z (8 months ago)
- Topics: toolforge, wiki, wikimedia, wikimedia-commons, wikipedia
- Language: Python
- Homepage: https://wiki-user-contributions.toolforge.org/
- Size: 92.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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`.