An IRC bot in Python.
Go to file
Josh K 646ebb0004 Initial commit. 2018-08-19 05:08:58 -04:00
modules Initial commit. 2018-08-19 05:08:58 -04:00
LICENSE.txt Initial commit. 2018-08-19 05:08:58 -04:00
README.md Initial commit. 2018-08-19 05:08:58 -04:00
bot.py Initial commit. 2018-08-19 05:08:58 -04:00
cfg.toml Initial commit. 2018-08-19 05:08:58 -04:00
main.py Initial commit. 2018-08-19 05:08:58 -04:00
protocol.py Initial commit. 2018-08-19 05:08:58 -04:00

README.md

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)