Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.
/ fastilybot Public archive

๐Ÿ’€ The successor to the original FastilyBot

License

Notifications You must be signed in to change notification settings

fastily/fastilybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

75 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

fastilybot

Build Status Python 3.11+ License: GPL v3

Fastily's Wikipedia Bots.

This repository contains the rewritten and improved successor to the original fastilybot.

Install

pip install fastilybot

Usage

usage: __main__.py [-h] [-u username] [-b bot_id] [-r report_id] [--all-reports] [--no-color] [--purge-cache]

FastilyBot CLI

options:
  -h, --help     show this help message and exit
  -u username    the username to use
  -b bot_id      comma deliminated ids of bot tasks to run
  -r report_id   comma deliminated ids of report tasks to run
  --all-reports  runs all possible reports tasks
  --no-color     disables colored log output
  --purge-cache  delete all cached files created by fastilybot and exit

๐Ÿ‘‰ Password is set via env variable <USERNAME>_PW, such that <USERNAME> is the username of the bot in all caps.

See Also