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. |
|
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). |
|
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. |
|
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. |
|
More...
|
over 9 years ago
|
Try to make bot a bit more resilient about handling being blocked from individual channels. |
|
More...
|
over 9 years ago
|
One more "long-running service" helper piece... |
|
More...
|
over 9 years ago
|
Merge branch 'master' of github.com:freiheit/discord_rss_bot |
|
More...
|
over 9 years ago
|
Show how to run as a service. |
|
More...
|
over 9 years ago
|
Added suggestion about adding functionality to another bot without library tricks. |
|
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... |
|
More...
|
over 9 years ago
|
Ignore empty date fields. Should fix #20. |
|
More...
|
over 9 years ago
|
A bit more "too old" time debugging stuff... |
|
More...
|
over 9 years ago
|
Make debugging "too old" issues easier... |
|
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. |
|
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... |
|
More...
|
over 9 years ago
|
Starting work on filtering (Issue #11). |
|
More...
|
over 9 years ago
|
Merge branch 'master' of github.com:freiheit/discord_rss_bot |
|
More...
|
over 9 years ago
|
Update README.md |
|
More...
|
over 9 years ago
|
Add copyright notice |
|
More...
|
over 9 years ago
|
Formatting |
|
More...
|
over 9 years ago
|
Make the "send_typing" thing configurable. |
|
More...
|
over 9 years ago
|
Give project an MIT-style license. |
|
More...
|
over 9 years ago
|
Make it clearer that you can change the gameplayed thing. |
|
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. |
|
More...
|
over 9 years ago
|
Improve error handling output |
|
More...
|
over 9 years ago
|