Angry eyebrows option |
|
More...
|
about 9 years ago
|
Adding some icon options... |
|
More...
|
about 9 years ago
|
oh, that was a string... |
|
More...
|
about 9 years ago
|
Apparently some systems don't like time delays to be floats... |
|
More...
|
about 9 years ago
|
Get a float out for delay, not an int... |
|
More...
|
about 9 years ago
|
Added FAQ section |
|
More...
|
about 9 years ago
|
Apparently trying to close a bad http response is bad and doesn't go well... |
|
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' |
|
More...
|
about 9 years ago
|
Fix implict conversion to int error... |
|
More...
|
about 9 years ago
|
Move HTML stripping into individual feed item handler, so that tagging works. |
|
More...
|
about 9 years ago
|
Change minimal delay to just defaulting to small delay... |
|
More...
|
about 9 years ago
|
improve the debug output with info about actual feed/channel stuff |
|
More...
|
about 9 years ago
|
Ooops. |
|
More...
|
about 9 years ago
|
Add a lot of comments explaining things and improve logging a bit. |
|
More...
|
about 9 years ago
|
Tweaking sending typing |
|
More...
|
about 9 years ago
|
Put more send_typing events in, so that it shows activity right before posting... |
|
More...
|
about 9 years ago
|
Add example of configurable send_typing |
|
More...
|
about 9 years ago
|
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
|