.vscode
|
d4b8be68b7
add settings.json (for vscode.. sigh)
|
6 年之前 |
docs
|
e7541c5883
he almost works in python3! thanks 2to3. just figuring out when things are bytes and decode()ing or str and encode()ing
|
5 年之前 |
modules
|
4667b39a6a
pep cleanup
|
5 年之前 |
tests
|
3227e77947
fix nosetests testing suite
|
5 年之前 |
.flake8
|
2d88693044
add .flake8 flake configuration file and some pep cleanup
|
5 年之前 |
.gitignore
|
2f722cfb81
more pep8 cleanup
|
5 年之前 |
.travis.yml
|
ed8e486f5a
trying to get travis to install different requirements.txt depending on python version
|
5 年之前 |
CHANGES
|
fee46b75c4
noticing some things to fix after releasing a tag is embarrassing
|
5 年之前 |
LICENSE
|
dd89744110
Create LICENSE
|
5 年之前 |
Makefile
|
3f68784866
makefile and some docs
|
5 年之前 |
README.md
|
c50614983b
README.md edited online with Bitbucket
|
5 年之前 |
Vagrantfile
|
9273160e85
change vagrantfile to use ubuntu/trusty64
|
8 年之前 |
bitbucket-pipelines.yml
|
27a67968d7
fix bitbucket-pipelines.yml to install requirements3.txt
|
5 年之前 |
bootstrap.sh
|
3e44c8e9f9
Automate development environment configuration
|
10 年之前 |
bot.py
|
3f68784866
makefile and some docs
|
5 年之前 |
botbrain.py
|
ce9e1cd171
python2/3 compatibility work
|
5 年之前 |
conferror.py
|
9945b98ebd
create dev branch. work on confman, which is currently correctly parsing ~/.pybotrc and setting internal variables. add some try excepts on connecting to the socket
|
11 年之前 |
confman.py
|
e7541c5883
he almost works in python3! thanks 2to3. just figuring out when things are bytes and decode()ing or str and encode()ing
|
5 年之前 |
db.py
|
e7541c5883
he almost works in python3! thanks 2to3. just figuring out when things are bytes and decode()ing or str and encode()ing
|
5 年之前 |
event.py
|
e7541c5883
he almost works in python3! thanks 2to3. just figuring out when things are bytes and decode()ing or str and encode()ing
|
5 年之前 |
lite.py
|
e7541c5883
he almost works in python3! thanks 2to3. just figuring out when things are bytes and decode()ing or str and encode()ing
|
5 年之前 |
logger.py
|
d46f8e9553
updates to logger and replace, moving away from printing errors
|
5 年之前 |
mysql_dump
|
85fac2f4d4
fix debug log output in bot.py, fix poor programming in nicklist (still not fully functional), fix mysql_dump missing a few tables.
|
10 年之前 |
pybot.py
|
d3b03a8bd0
he actually runs on python 2 and 3.
|
5 年之前 |
pybotrc
|
ddc426f948
update modules module to explain better when it errors out
|
5 年之前 |
pylintrc
|
036c26cde3
pep8 cleanup and thanks pylint, for finding a busted call to util.colors.RED, which doesn't exist. linting is cool!
|
5 年之前 |
requirements2.txt
|
79455a00d1
merge tzone_modify and master
|
5 年之前 |
requirements3.txt
|
415e1fba3e
removed 'pytz' from requirements2 and 3 since it is no longer needed
|
5 年之前 |
run.sh
|
fee46b75c4
noticing some things to fix after releasing a tag is embarrassing
|
5 年之前 |
setup.sh
|
0c9bb83b39
add a bit more checking to setup.py, and asking if the user wants to use mysql. also fix the pretty date indenting
|
8 年之前 |
stats.py
|
5951643a37
begin work on stats, i guess, and fix a few typos in webwriter. remove extraneous print from botbrain, too
|
11 年之前 |
ubuntu.sh
|
f6de3aaa5e
rollback import changes and re-add ubuntu.sh script
|
10 年之前 |
util.py
|
036c26cde3
pep8 cleanup and thanks pylint, for finding a busted call to util.colors.RED, which doesn't exist. linting is cool!
|
5 年之前 |
version.py
|
fee46b75c4
noticing some things to fix after releasing a tag is embarrassing
|
5 年之前 |
webwriter.py
|
24cef71530
add sqlite functionality. fixes #3, after a long, long time
|
10 年之前 |