1
0
forked from jan6/bot6
Go to file
2023-10-09 11:36:06 -05:00
.gitignore rework config to be more flexible, and comment more 2022-10-04 19:05:55 -07:00
bot.py fix youtube titling failing sometimes due to youtube being a f*in annoying, also should be faster by eliminating unnecessary request 2023-05-08 09:15:23 -05:00
commands.py added crapdate, the crappy and hacky update command (also crapdate log, to show commit history) 2023-10-09 11:36:06 -05:00
config.py added dice and choose command, fixed up ctcp ping 2023-08-30 19:19:59 -05: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 initial upload to git 2021-09-16 20:35:06 +03:00
stuff.py squery nickserv when possible 2022-10-22 11:28:19 -07:00
util.py squery nickserv when possible 2022-10-22 11:28:19 -07:00
youtube.py fixed some edge-case where title might be wrongly set to "true" 2023-08-09 20:11:11 -05: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