pygbot - simple irc bot in python
| .gitignore | Initial commit | |
| commands.py | Fixed error: now sending link error only when command is used | |
| config.json.sample | Initial commit | |
| config.py | Initial commit | |
| irc.py | Fixed weather command | |
| LICENSE | Initial commit | |
| pygbot.py | Initial commit | |
| README.org | Initial commit | |
| requirements.txt | Initial commit | |
| TODO.org | Initial commit | |
| weather.py | Fixed weather command | |
| web.py | Fixed error: now sending link error only when command is used | |
| youtube.py | Fixed error: now sending link error only when command is used | |
pygbot - simple irc bot in python
Setup
Requirements
pip3 install --user -r requirements.txt
Config
Rename/copy config.json.sample to config.json and change it values
How to start
Just run ./pygbot.py after you downloaded requirements and changed your config