1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'bs4_bofh'
hlmtre
as Matt Weller
More... almost 5 years ago
updates to logger and replace, moving away from printing errors
hlmtre
as Matt Weller
More... almost 5 years ago
asd
hlmtre
as Matt Weller
More... almost 5 years ago
updated bofh.py to use only requests and not requests-html as it only works with python3, I have updated the requirements to reflect this. I have also imported re and added '$' to the end of the .bofh command definition so something like '.bofhghghgh' will not trigger the event
Zachary Foster
as MechMaster48
More... almost 5 years ago
ok i should test my stuff or something first
hlmtre
as Matt Weller
More... almost 5 years ago
add requests-html to requirements3.txt and conditional import to bofh.py
hlmtre
as Matt Weller
More... almost 5 years ago
remove old print statement from debugging
hlmtre
as Matt Weller
More... almost 5 years ago
Merged in MechMaster48/pybot/bofh_fix (pull request #24) More... almost 5 years ago
bofh module fixed, original link 'http://zero9f9.com/api/bofh' replaced with a working link and made to spit out random quote from list
Zachary Foster
as MechMaster48
More... almost 5 years ago
bugfix in tzone and whitespace stripping in youtube.py
hlmtre
as Matt Weller
More... about 5 years ago
fix for debugger and replace for py3
hlmtre
as Matt Weller
More... about 5 years ago
working on fixing replace
hlmtre
as Matt Weller
More... about 5 years ago
fix brainfart comment
hlmtre
as Matt Weller
More... about 5 years ago
update lastfm for py3/py2 bof.
hlmtre
as Matt Weller
More... about 5 years ago
fix lastfm for py3
hlmtre
as Matt Weller
More... about 5 years ago
a few fixes for dance and youtube upon update to py3
hlmtre
as Matt Weller
More... about 5 years ago
Merge branch '3' of https://bitbucket.org/hlmtre/pybot
Zachary Foster
as MechMaster48
More... about 5 years ago
trying to get travis to install different requirements.txt depending on python version
hlmtre
as Matt Weller
More... about 5 years ago
add 3.5 to python versions to test with in .travis.yml
hlmtre
as Matt Weller
More... about 5 years ago
he actually runs on python 2 and 3.
hlmtre
as Matt Weller
More... about 5 years ago
python2/3 compatibility work
hlmtre
as Matt Weller
More... about 5 years ago
he almost works in python3! thanks 2to3. just figuring out when things are bytes and decode()ing or str and encode()ing
hlmtre
as Matt Weller
More... about 5 years ago
Merged hlmtre/pybot into master More... about 5 years ago
noticing some things to fix after releasing a tag is embarrassing
hlmtre
as Matt Weller
More... about 5 years ago
split bot into its own file (bot.py) and make running the bot `pybot.py`
hlmtre
as Matt Weller
More... about 5 years ago
Merged hlmtre/pybot into master More... about 5 years ago
more pep8 cleanup
hlmtre
as Matt Weller
More... about 5 years ago
pep8 cleanup and thanks pylint, for finding a busted call to util.colors.RED, which doesn't exist. linting is cool!
hlmtre
as Matt Weller
More... about 5 years ago
add .flake8 flake configuration file and some pep cleanup
hlmtre
as Matt Weller
More... about 5 years ago
small formatting/grammar fixes in isup
hlmtre
as Matt Weller
More... about 5 years ago