dustbot/README.md

391 B

Dustbot


A Python IRC bot

Usage:

Edit cfg.toml with desired settings. Execute main.py, specifying a path to a .toml config file if not using default './cfg.toml'.

Configuration Settings:

TODO

Requirements:

Requires Python 3 along with the following libraries:

  • requests
  • toml
  • BeautifulSoup4
  • uvloop (Only if not using PyPy)