Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eccenux/wikibot-utils
wikibot utils
https://github.com/eccenux/wikibot-utils
Last synced: 17 days ago
JSON representation
wikibot utils
- Host: GitHub
- URL: https://github.com/eccenux/wikibot-utils
- Owner: Eccenux
- Created: 2022-05-14T17:19:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T19:33:29.000Z (about 2 years ago)
- Last Synced: 2024-11-06T15:27:26.939Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wikibot-utils
Some utils for NuxBot.
## Requirements
Scripts use globally installed Pywikibot (PWB). You must install and configure it.
- Install Python (tested with Python 3.10).
- Install PWB.
See: [Pywikibot installation](https://doc.wikimedia.org/pywikibot/stable/installation.html).## Adding module
Adding module as `utils` to your repo:
```
git submodule add "https://github.com/Eccenux/wikibot-utils.git" "utils"
```