Clone this repo:

Branches

  1. 80478e6 Convert response to JSON for API by NikitaShiwach · 1 year, 11 months ago master
  2. 562c695 Add wikitable copy button by Jayprakash12345 · 2 years, 7 months ago
  3. 11ee503 Add Template:Clickable button 2 to wikitable by Jayprakash12345 · 3 years, 6 months ago
  4. bd6853b Include total of all contest's total in graph by Jayprakash12345 · 3 years, 6 months ago
  5. 1f0bc31 [Bug] Revision ID shown wrong link for validation by Jayprakash12345 · 3 years, 6 months ago

Indic Wikisource Contest

Installation

  1. Clone repo: git clone "https://gerrit.wikimedia.org/r/labs/tools/indic-wscontest"
  2. cd indic-wscontest
  3. python3 -m venv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. export APP_SETTINGS=config.local
  7. Run: python3 app.py
  8. Open http://127.0.0.1:5000/

edit config.py to add test CONSUMER_KEY and CONSUMER_SECRET for OAuth.

License

This is Free Software, released under the MIT License.