Make send_typing configurable per-room |
|
More...
|
about 9 years ago
|
More comments explaining what's going on |
|
More...
|
about 9 years ago
|
Merge branch 'master' of github.com:freiheit/discord_rss_bot |
|
More...
|
about 9 years ago
|
Adding some comments. |
|
More...
|
about 9 years ago
|
Added example of delay for one room |
|
More...
|
about 9 years ago
|
Implemented configurable per-feed and per-room combo delay of message sending. Closing #26. |
|
More...
|
about 9 years ago
|
Add example of separate config for a feed in one room... |
|
More...
|
about 9 years ago
|
Made per-channel configuration of fields for feeds possible. Closing #25. |
|
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. |
|
More...
|
about 9 years ago
|
Documentation and comment fixes |
|
More...
|
about 9 years ago
|
Merge pull request #24 from freiheit/tzset |
|
More...
|
about 9 years ago
|
Add another timezone example and add more debug output for timezone stuff. |
|
More...
|
about 9 years ago
|
Merge branch 'tzset' of github.com:freiheit/discord_rss_bot into tzset |
|
More...
|
about 9 years ago
|
Add a useful stack trace to random errors that happen. |
|
More...
|
about 9 years ago
|
Merge pull request #23 from ursineasylum/tzset |
|
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. |
|
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
|