lucaswerkmeister / tool-lexeme-forms

Wikidata tool to create lexemes with pre-populated forms (e. g. declensions or conjugations)
https://lexeme-forms.toolforge.org/
Other
11 stars 7 forks source link

Working on local development setup #174

Closed bennylin closed 1 year ago

bennylin commented 1 year ago

The doc indicated: You can also run the tool locally, which is much more convenient for development (for example, Flask will automatically reload the application any time you save a file). Note that a local setup will not actually perform edits unless you create a config.yaml file. and I have config.yaml file, but it's not possible to login / authenticate from local development setup. How to perform the actual edits on local development setup? Thanks.

lucaswerkmeister commented 1 year ago

You’ll need to request your own OAuth consumer (like this one) and put that in the config file.

bennylin commented 1 year ago

OK. Thanks!