You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
modules | 5 years ago | |
LICENSE.txt | 5 years ago | |
README.md | 5 years ago | |
bot.py | 4 years ago | |
cfg.toml | 5 years ago | |
main.py | 5 years ago | |
protocol.py | 4 years ago |
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)