Matt Weller
|
3f68784866
makefile and some docs
|
5 years ago |
Matt Weller
|
ce9e1cd171
python2/3 compatibility work
|
5 years ago |
Matt Weller
|
e7541c5883
he almost works in python3! thanks 2to3. just figuring out when things are bytes and decode()ing or str and encode()ing
|
5 years ago |
Matt Weller
|
fee46b75c4
noticing some things to fix after releasing a tag is embarrassing
|
5 years ago |
Matt Weller
|
a4d3387c0e
split bot into its own file (bot.py) and make running the bot `pybot.py`
|
5 years ago |
Matt Weller
|
2f722cfb81
more pep8 cleanup
|
5 years ago |
Matt Weller
|
036c26cde3
pep8 cleanup and thanks pylint, for finding a busted call to util.colors.RED, which doesn't exist. linting is cool!
|
5 years ago |
Matt Weller
|
2d88693044
add .flake8 flake configuration file and some pep cleanup
|
5 years ago |
Matt Weller
|
91d11cd837
Merged regex_fixes/BaseModule_moves into master
|
5 years ago |
Matt Weller
|
22da2448eb
alskdj
|
5 years ago |
MechMaster48
|
6a90802cb1
Moved .lastfm module over to use module. I did remove one of the try/catch blocks as it seemed like it was just extra as the only error it kept throwing was an 'index out of range' error when the user did not exist. If this is something you hate I can absolutely put it back. Lastfm was also removed from bot.py as it is not longer needed there
|
5 years ago |
Matt Weller
|
8a9192486b
Merge branch 'master' of bitbucket.org:hlmtre/pybot into persist
|
5 years ago |
MechMaster48
|
84cd02f1bf
Moved part module over to basemodule and added a note about using it in PM rather than in channel as it was not clear initially, this has also been removed from bot.py as it is no longer needed there
|
5 years ago |
MechMaster48
|
50da61a1b7
Moved the shortener module over to using basemodule and removed it from bot.py
|
5 years ago |
MechMaster48
|
902b56e658
tell module moved over to use basemodule along with some added error handling to give the user some sort of message when they have used the module command wrong...also to harrass them a bit. Tell has also been removed completely from bot.py since basemodule has taken over
|
5 years ago |
Matt Weller
|
56ffd110c3
Merge branch 'master' of bitbucket.org:hlmtre/pybot into persist
|
6 years ago |
Matt Weller
|
c5d9d938a2
perhaps very simple working proof of concept of persistence with mem_store
|
6 years ago |
MechMaster48
|
56f5ae0b1d
moved .dance and .pimp over to using BaseModule and removed them from bot.py along with fixing the regex by adding $ at the end to keep it from printing to the channel if the string was not exactly .dance or .pimp only (.pimp45345 will no longer trigger it for example)
|
6 years ago |
Matt Weller
|
33bed902bf
bot fix - finally remove called to nonexistent ERROR enumeration in logger class, update autoloads
|
6 years ago |
Matt Weller
|
c17880d135
specify python2
|
6 years ago |
Matt Weller
|
8a5150f6eb
some cleanup according to pycharm's pep8 recommendations
|
8 years ago |
Matt Weller
|
a25d8f4724
goddammit, str(int)
|
9 years ago |
Matt Weller
|
6668839ecd
better connect failure message (and in the output, too, now, instead of just the log.. <_<
|
9 years ago |
Matt Weller
|
c5f071a7fb
add network name to connect failure message
|
9 years ago |
Matt Weller
|
d98ab7b14f
add error flag to debug_print
|
9 years ago |
Matt Weller
|
98db702245
small safe fixes for master
|
9 years ago |
Matt Weller
|
aefa0185ef
remove one final CONF appearance
|
9 years ago |
Matt Weller
|
9e1a6deb9f
remove all the crazy config loading logic and positional requirements. replaced with argparse. airquotes bugfix release
|
9 years ago |
Matt Weller
|
14ace2d8e8
add logging for killed by ctrl+c
|
9 years ago |
Matt Weller
|
9c33965c09
foo
|
9 years ago |