Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpriskorn/lexods
Tool to download all 200.000 entries from ODS and synchronize them with Wikidata
https://github.com/dpriskorn/lexods
Last synced: 5 days ago
JSON representation
Tool to download all 200.000 entries from ODS and synchronize them with Wikidata
- Host: GitHub
- URL: https://github.com/dpriskorn/lexods
- Owner: dpriskorn
- License: gpl-3.0
- Created: 2021-07-30T19:45:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T03:26:50.000Z (12 months ago)
- Last Synced: 2024-12-19T09:27:51.040Z (17 days ago)
- Language: Python
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LexODS
Add ODS identifier to Wikidata Lexemes (no property proposed yet).This script is maybe not that useful to run for anyone else besides the author in its current form. It is shared here to help others get started writing scripts to improve Wikidata.
It would be interesting to edit it to monitor the ODS website for newly published articles/words.
This script can easily be modified to create new lexemes for every word found in the list from ODS. Unfortunately that is not legal because of the database protection law and maybe local copyright laws too.
## Requirements
* wikibaseintegratorInstall using pip:
`$ sudo pip install -rIf pip fails with errors related to python 2.7 you need to upgrade your OS. E.g. if you are using an old version of Ubuntu like 18.04.
## Getting started
To get started install the following libraries with your package manager or
python PIP:
* wikibaseintegratorPlease create a bot password for running the script for
safety reasons here: https://www.wikidata.org/wiki/Special:BotPasswordsCopy config.example.py to config.py yourself and adjust the following
content:username = "username"
password= "password"# License
Everything is under GPLv3+, see the LICENSE file.# Credit
Author: Dennis Priskorn 2021