1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 25, 2024 — Aug 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Ignore empty date fields. Should fix #20.
freiheit
as Eric Eisenhart
More... over 9 years ago
A bit more "too old" time debugging stuff...
freiheit
as Eric Eisenhart
More... over 9 years ago
Make debugging "too old" issues easier...
freiheit
as Eric Eisenhart
More... over 9 years ago
Change reddit examples to use the "new" feed instead of default feed. This should help people avoid running into the "nothing is new" issue like #19.
freiheit
as Eric Eisenhart
More... over 9 years ago
Some examples pulled from what I use on my instance of this bot, to show how to configure some specific feeds...
freiheit
as Eric Eisenhart
More... over 9 years ago
Starting work on filtering (Issue #11).
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
Update README.md
freiheit
as Eric Eisenhart
More... over 9 years ago
Add copyright notice
freiheit
as Eric Eisenhart
More... over 9 years ago
Formatting
freiheit
as Eric Eisenhart
More... over 9 years ago
Make the "send_typing" thing configurable.
freiheit
as Eric Eisenhart
More... over 9 years ago
Give project an MIT-style license.
freiheit
as Eric Eisenhart
More... over 9 years ago
Make it clearer that you can change the gameplayed thing.
freiheit
as Eric Eisenhart
More... over 9 years ago
Try to eliminate those "ERROR:asyncio:Unclosed response" messages by closing the HTTP response after we're done with it.
freiheit
as Eric Eisenhart
More... over 9 years ago
Improve error handling output
freiheit
as Eric Eisenhart
More... over 9 years ago