1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Angry eyebrows option
freiheit
as Eric Eisenhart
More... about 9 years ago
Adding some icon options...
freiheit
as Eric Eisenhart
More... about 9 years ago
oh, that was a string...
freiheit
as Eric Eisenhart
More... about 9 years ago
Apparently some systems don't like time delays to be floats...
freiheit
as Eric Eisenhart
More... about 9 years ago
Get a float out for delay, not an int...
freiheit
as Eric Eisenhart
More... about 9 years ago
Added FAQ section
freiheit
as Eric Eisenhart
More... about 9 years ago
Apparently trying to close a bad http response is bad and doesn't go well...
freiheit
as Eric Eisenhart
More... about 9 years ago
Handle strange case of "None" for http response... (WAT?) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
freiheit
as Eric Eisenhart
More... about 9 years ago
Fix implict conversion to int error...
freiheit
as Eric Eisenhart
More... about 9 years ago
Move HTML stripping into individual feed item handler, so that tagging works.
freiheit
as Eric Eisenhart
More... about 9 years ago
Change minimal delay to just defaulting to small delay...
freiheit
as Eric Eisenhart
More... about 9 years ago
improve the debug output with info about actual feed/channel stuff
freiheit
as Eric Eisenhart
More... about 9 years ago
Ooops.
freiheit
as Eric Eisenhart
More... about 9 years ago
Add a lot of comments explaining things and improve logging a bit.
freiheit
as Eric Eisenhart
More... about 9 years ago
Tweaking sending typing
freiheit
as Eric Eisenhart
More... about 9 years ago
Put more send_typing events in, so that it shows activity right before posting...
freiheit
as Eric Eisenhart
More... about 9 years ago
Add example of configurable send_typing
freiheit
as Eric Eisenhart
More... about 9 years ago
Make send_typing configurable per-room
freiheit
as Eric Eisenhart
More... about 9 years ago
More comments explaining what's going on
freiheit
as Eric Eisenhart
More... about 9 years ago
Merge branch 'master' of github.com:freiheit/discord_rss_bot
freiheit
as Eric Eisenhart
More... about 9 years ago
Adding some comments.
freiheit
as Eric Eisenhart
More... about 9 years ago
Added example of delay for one room
freiheit
as Eric Eisenhart
More... about 9 years ago
Implemented configurable per-feed and per-room combo delay of message sending. Closing #26.
freiheit
as Eric Eisenhart
More... about 9 years ago
Add example of separate config for a feed in one room...
freiheit
as Eric Eisenhart
More... about 9 years ago
Made per-channel configuration of fields for feeds possible. Closing #25.
freiheit
as Eric Eisenhart
More... about 9 years ago
Change "channels" from array of channel objects to array of dicts. This is to make it easier to do more complicated things with channels, including naming channels in debug logs.
freiheit
as Eric Eisenhart
More... about 9 years ago
Documentation and comment fixes
freiheit
as Eric Eisenhart
More... about 9 years ago
Merge pull request #24 from freiheit/tzset
freiheit
as Eric Eisenhart
More... about 9 years ago
Add another timezone example and add more debug output for timezone stuff.
freiheit
as Eric Eisenhart
More... about 9 years ago
Merge branch 'tzset' of github.com:freiheit/discord_rss_bot into tzset
freiheit
as Eric Eisenhart
More... about 9 years ago