Plain fields get run through html2text, instead of doing all sorts of our own custom HTML stripping... |
|
More...
|
over 9 years ago
|
trying to handle formatting better... |
|
More...
|
over 9 years ago
|
Merge branch 'fields' |
|
More...
|
over 9 years ago
|
Added ability to format fields, Closing #12 |
|
More...
|
over 9 years ago
|
Fix crash bug from no longer having url... |
|
More...
|
over 9 years ago
|
Move message build into utility function |
|
More...
|
over 9 years ago
|
fixed little crash bug |
|
More...
|
over 9 years ago
|
fixed little crash bug |
|
More...
|
over 9 years ago
|
First steps on having fields in a feed be configurable, including changing how a message is built and how tags are handled. Once I get this working, perhaps Issue #2 can be closed... |
|
More...
|
over 9 years ago
|
Cleaning up the logger output, so it's easier to see which feed which output is from. |
|
More...
|
over 9 years ago
|
ETag and If-Modified-Since header support, along with tons of error handling to support it. Closing #9. |
|
More...
|
over 9 years ago
|
Log unexpected problems as errors |
|
More...
|
over 9 years ago
|
Wrap main feed parsing loop in a try block, so that temporary errors don't cause the coroutine to die (and to make it, later, easier to exit early from the block) |
|
More...
|
over 9 years ago
|
Ignore editor locks, too... |
|
More...
|
over 9 years ago
|
Ignore another editor file... |
|
More...
|
over 9 years ago
|
Make it easy to have a config in this dir that doesn't conflict with git |
|
More...
|
over 9 years ago
|
Change the HTTP to using aiohttp, so that we don't get that problem of the HTTP request using up too much time. |
|
More...
|
over 9 years ago
|
Fixing debug output for which channel is being posted to... |
|
More...
|
over 9 years ago
|
Fixing tiny bug that broke everything... |
|
More...
|
over 9 years ago
|
Minor logging adjustments |
|
More...
|
over 9 years ago
|
Set debug to "levels", to allow for setting just this module to DEBUG output, and the rest controlled separately. |
|
More...
|
over 9 years ago
|
Clean up log output a bit... |
|
More...
|
over 9 years ago
|
Move debug into config file, and start setting fewer global variables |
|
More...
|
over 9 years ago
|
Change all the prints to logging things, to make verbosity easier to control. |
|
More...
|
over 9 years ago
|
Replace multiple newlines with just one. Cut off post if it's over 1800 chars long (because 2000 gets error from Discord) |
|
More...
|
over 9 years ago
|
Merge branch 'master' of github.com:freiheit/discord_rss_bot |
|
More...
|
over 9 years ago
|
Start the setup for multiple feeds |
|
More...
|
over 9 years ago
|
Moving the stuff that actually runs the main action loop into a "if main" loop, so that the other functions can potentially be used in another bot as a library. Closing #8. |
|
More...
|
over 9 years ago
|
Try to give the docs enough info that somebody could actually set this up... |
|
More...
|
over 9 years ago
|
Initial support for outputting to multiple channels |
|
More...
|
over 9 years ago
|