pygbot - simple irc bot in python
Go to file
g1n f14f148901 Initial commit 2021-11-27 18:32:59 +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 Initial commit 2021-11-27 18:32:59 +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 Initial commit 2021-11-27 18:32:59 +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
web.py Initial commit 2021-11-27 18:32:59 +00:00
youtube.py Initial commit 2021-11-27 18:32:59 +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