Wikidata / soweego

Link Wikidata items to large catalogs
https://meta.wikimedia.org/wiki/Grants:Project/Hjfocs/soweego_2
GNU General Public License v3.0
95 stars 8 forks source link

Wikidata API login should not be made interactively #333

Closed marfox closed 5 years ago

marfox commented 5 years ago

Currently, a password is requested in the root CLI (python -m soweego): this makes the pipeline process more difficult and doesn't make much sense from a user experience perspective.

Switch to loading credentials from file: this is already implemented for the internal DB part, see db_manager.DBManager.get_credentials()