Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eccenux/wikibot-utils

wikibot utils
https://github.com/eccenux/wikibot-utils

Last synced: 17 days ago
JSON representation

wikibot utils

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"
```