CanaryBot
CanaryBot works in the Wikimedia projects to help in the maintenance tasks. If you find some error, report it!
Now the code is being migrated for an old code, so it requires patience :)
_;;; ___ __ _ _ __ ____ _ _
/ · > | / \ |\ | / \ | ) \ / ____ __ _____
__ / / ) | |____| | \ | |____| |---/ | |____) | | |
\__\/___/ |___ | | | \| | | | \ | |____) |__| |
| |
^ ^
------------------------------------------------------------------------
How-to use it by yourself
If you want to use CanaryBot or one of its scripts, you have to satisfy all the requirements:
- Clone the repository.
make all
(ormake help
if you want to know more about each task it would run if you runmake all
).
- Note: If you are going to use CanaryBot outside PAWS you should run
make pywikibot
too.
- Run
./bot.py
to enjoy the bot! Altenatively you can run each task by yourself with./TASKFILENAME.py
.