pygbot - simple irc bot in python
Go to file
g1n 36e1e93590 Fixed weather command 2021-12-18 15:35:11 +00:00
.gitignore Initial commit 2021-11-27 18:32:59 +00:00
LICENSE Initial commit 2021-11-27 18:32:59 +00:00
README.org Initial commit 2021-11-27 18:32:59 +00:00
TODO.org Initial commit 2021-11-27 18:32:59 +00:00
commands.py Fixed error: now sending link error only when command is used 2021-11-29 19:21:55 +00:00
config.json.sample Initial commit 2021-11-27 18:32:59 +00:00
config.py Initial commit 2021-11-27 18:32:59 +00:00
irc.py Fixed weather command 2021-12-18 15:35:11 +00:00
pygbot.py Initial commit 2021-11-27 18:32:59 +00:00
requirements.txt Initial commit 2021-11-27 18:32:59 +00:00
weather.py Fixed weather command 2021-12-18 15:35:11 +00:00
web.py Fixed error: now sending link error only when command is used 2021-11-29 19:21:55 +00:00
youtube.py Fixed error: now sending link error only when command is used 2021-11-29 19:21:55 +00:00

README.org

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