0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Add a useful stack trace to random errors that happen.
freiheit
as Eric Eisenhart
More... about 9 years ago
Merge pull request #23 from ursineasylum/tzset
freiheit
as Eric Eisenhart
More... about 9 years ago
fix (pytz): switched a localize call with an astimezone call More... about 9 years ago
Merge pull request #2 from freiheit/tzset More... about 9 years ago
Fixing on accidental introduced error.
freiheit
as Eric Eisenhart
More... about 9 years ago
feat (feedbot): Updated code related to parsing feed times More... about 9 years ago
docs: updated requirements.txt More... about 9 years ago
docs: added requirements.txt More... about 9 years ago
Fix for windows lacking time.tzset (Thanks @UrsineCatastrophe).
freiheit
as Eric Eisenhart
More... about 9 years ago
Trying to fix "unclosed response" errors. I don't think this is the same thing as Issue #18's "unclosed transport", but this could be related.
freiheit
as Eric Eisenhart
More... over 9 years ago
Switched authentication to OAuth (Closing Issue #22), but left it so that it can still do the old user/password authentication.
freiheit
as Eric Eisenhart
More... over 9 years ago
Try to make bot a bit more resilient about handling being blocked from individual channels.
freiheit
as Eric Eisenhart
More... over 9 years ago
One more "long-running service" helper piece...
freiheit
as Eric Eisenhart
More... over 9 years ago
Merge branch 'master' of github.com:freiheit/discord_rss_bot
freiheit
as Eric Eisenhart
More... over 9 years ago
Show how to run as a service.
freiheit
as Eric Eisenhart
More... over 9 years ago
Added suggestion about adding functionality to another bot without library tricks.
freiheit
as Eric Eisenhart
More... over 9 years ago
Force timezone to UTC. Quick-and-dirty workaround for some timezone handling problems (Issue #19). Still might want to figure out something smarter...
freiheit
as Eric Eisenhart
More... over 9 years ago