Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 923 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 923 Bytes

A small python server providing authorization for edit actions on Wikidata.

Local setup

  1. Install python requirements
pip install -r requirements.txt
  1. Setup config.yaml

Copy config.default.yaml to config.local.yaml. You may need to add oauth consumer info, which you can apply for here. If you need a set of keys for testing purposes (running on localhost:5000), you can email me at [email protected].

  1. Run the dev server
python monumental/server.py

Test it out:

See here for full Wikidata API docs.