Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxlath/wikidata-scripting
examples of scripts to edit Wikidata
https://github.com/maxlath/wikidata-scripting
scripts wikidata
Last synced: about 1 month ago
JSON representation
examples of scripts to edit Wikidata
- Host: GitHub
- URL: https://github.com/maxlath/wikidata-scripting
- Owner: maxlath
- Created: 2017-12-08T10:44:26.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T07:28:28.000Z (about 3 years ago)
- Last Synced: 2024-04-11T07:45:53.134Z (8 months ago)
- Topics: scripts, wikidata
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - maxlath/wikidata-scripting - examples of scripts to edit Wikidata (others)
README
## Examples of scripts to edit [Wikidata](https://wikidata.org) en masse
### Outdated
Should be updated to use the [batch-mode](https://github.com/maxlath/wikibase-cli/blob/master/docs/write_operations.md#batch-mode)
- [Create missing HTTP Status Codes items](https://github.com/maxlath/wikidata-scripting/tree/master/http_status_codes)
- [Add book entities descriptions](https://github.com/maxlath/wikidata-scripting/tree/master/books_descriptions)
- [Import external ids from Youtube channel pages](https://github.com/maxlath/wikidata-scripting/tree/master/youtube_links)
- [Import writers pseudonymes from DBpedia](https://github.com/maxlath/wikidata-scripting/tree/master/import_writers_pseudonymes_from_dbpedia)
- [Add social networks subscribers counts](https://github.com/maxlath/wikidata-scripting/tree/master/add_social_network_subscribers_counts)## Tools used
- [wikibase-cli](https://github.com/maxlath/wikibase-cli)
- [jq](https://stedolan.github.io/jq/)