Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hay/bot-projects
Wikimedia Bot Projects
https://github.com/hay/bot-projects
Last synced: 28 days ago
JSON representation
Wikimedia Bot Projects
- Host: GitHub
- URL: https://github.com/hay/bot-projects
- Owner: hay
- License: mit
- Created: 2020-08-18T21:07:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T22:14:33.000Z (6 months ago)
- Last Synced: 2024-10-16T16:29:08.636Z (3 months ago)
- Language: Python
- Size: 128 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wikimedia Bot Projects
This repo contains code i'm using for my Wikimedia bots, mostly the one on [Wikidata](https://www.wikidata.org/wiki/Special:Contributions/HuskyBot).Some general remarks:
* Scripts prefixed with `bot` are bots i run with Pywikibot.
* Scripts prefixed with `scrape` are standalone Python scripts that are used for data cleanup and scraping.
* `util` contains code i reuse in many of these projects. The `wikidata.py` is especially interesting, this contains a general class i use for all my Wikidata bots.
* `skiplists` is a directory i use to store lists for items i've already edited, not pushed to git.
* `data` contains the scraped data, but this is not pushed to git, except when i have some scripts there as well.## License
MIT © [Hay Kranen](http://www.haykranen.nl)