Go to file
2024-05-20 17:49:18 +00:00
.gitignore rework config to be more flexible, and comment more 2022-10-04 19:05:55 -07:00
bot.py changed shebang to not hardcode the dir 2024-02-07 14:39:50 +02:00
commands.py Merge branch 'master' into getattr 2024-05-20 16:50:54 +00:00
config.py fix youtube premature optimization 2024-05-20 20:52:01 +08:00
LICENSE Initial commit 2021-09-16 17:37:40 +00:00
README.txt readme 2021-10-04 19:08:52 +03:00
requirements.txt fix youtube premature optimization 2024-05-20 20:52:01 +08:00
stuff.py fix youtube premature optimization 2024-05-20 20:52:01 +08:00
util.py squery nickserv when possible 2022-10-22 11:28:19 -07:00
youtube.py youtube: get rid of globals 2024-05-20 12:54:49 -04:00

code is formatted with "black"
#remember to install the libraries, and you probably should use venvs anyway
pip --require-venv install -r requirements.txt