Change from aiohttp.get to aiohttp.ClientSession. (see KeepSafe/aiohttp#729 and Rapptz/discord.py#99) |
|
More...
|
over 9 years ago
|
Fixing more of the debug error message stuff... (well, trying to) |
|
More...
|
over 9 years ago
|
Example of using static string to tag @everybody for certain feeds. |
|
More...
|
over 9 years ago
|
Trying to improve some error handling stuff... |
|
More...
|
over 9 years ago
|
Adjust default times to be less aggressive |
|
More...
|
over 9 years ago
|
Fix another place we assume a field exists |
|
More...
|
over 9 years ago
|
Be more careful about never assuming a value exists inside the items of a feed, even the ones that really need to exist... |
|
More...
|
over 9 years ago
|
Set user-agent to something other than the default (and make it configurable), in order to avoid being blocked by CloudFlare and other CDNs that do similar little tricks... |
|
More...
|
over 9 years ago
|
Removing obsolete field from example config |
|
More...
|
over 9 years ago
|
When starting to process a feed, tell the channels that feed goes to that we're "typing". |
|
More...
|
over 9 years ago
|
Add a "game played" thing... |
|
More...
|
over 9 years ago
|
More library docs |
|
More...
|
over 9 years ago
|
Attempt to document stuff more... |
|
More...
|
over 9 years ago
|
Instead of item published date being hardcoded or configured, we have a list of date fields to try, and fall back to "now" if none of those work. |
|
More...
|
over 9 years ago
|
Handling that galnet special case to resolve #4 |
|
More...
|
over 9 years ago
|
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
|