1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 25, 2024 — Aug 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change from aiohttp.get to aiohttp.ClientSession. (see KeepSafe/aiohttp#729 and Rapptz/discord.py#99)
freiheit
as Eric Eisenhart
More... over 9 years ago
Fixing more of the debug error message stuff... (well, trying to)
freiheit
as Eric Eisenhart
More... over 9 years ago
Example of using static string to tag @everybody for certain feeds.
freiheit
as Eric Eisenhart
More... over 9 years ago
Trying to improve some error handling stuff...
freiheit
as Eric Eisenhart
More... over 9 years ago
Adjust default times to be less aggressive
freiheit
as Eric Eisenhart
More... over 9 years ago
Fix another place we assume a field exists
freiheit
as Eric Eisenhart
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...
freiheit
as Eric Eisenhart
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...
freiheit
as Eric Eisenhart
More... over 9 years ago
Removing obsolete field from example config
freiheit
as Eric Eisenhart
More... over 9 years ago
When starting to process a feed, tell the channels that feed goes to that we're "typing".
freiheit
as Eric Eisenhart
More... over 9 years ago
Add a "game played" thing...
freiheit
as Eric Eisenhart
More... over 9 years ago
More library docs
freiheit
as Eric Eisenhart
More... over 9 years ago
Attempt to document stuff more...
freiheit
as Eric Eisenhart
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.
freiheit
as Eric Eisenhart
More... over 9 years ago
Handling that galnet special case to resolve #4
freiheit
as Eric Eisenhart
More... over 9 years ago
Plain fields get run through html2text, instead of doing all sorts of our own custom HTML stripping...
freiheit
as Eric Eisenhart
More... over 9 years ago
trying to handle formatting better...
freiheit
as Eric Eisenhart
More... over 9 years ago
Merge branch 'fields'
freiheit
as Eric Eisenhart
More... over 9 years ago
Added ability to format fields, Closing #12
freiheit
as Eric Eisenhart
More... over 9 years ago
Fix crash bug from no longer having url...
freiheit
as Eric Eisenhart
More... over 9 years ago
Move message build into utility function
freiheit
as Eric Eisenhart
More... over 9 years ago
fixed little crash bug
freiheit
as Eric Eisenhart
More... over 9 years ago
fixed little crash bug
freiheit
as Eric Eisenhart
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...
freiheit
as Eric Eisenhart
More... over 9 years ago
Cleaning up the logger output, so it's easier to see which feed which output is from.
freiheit
as Eric Eisenhart
More... over 9 years ago
ETag and If-Modified-Since header support, along with tons of error handling to support it. Closing #9.
freiheit
as Eric Eisenhart
More... over 9 years ago
Log unexpected problems as errors
freiheit
as Eric Eisenhart
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)
freiheit
as Eric Eisenhart
More... over 9 years ago
Ignore editor locks, too...
freiheit
as Eric Eisenhart
More... over 9 years ago
Ignore another editor file...
freiheit
as Eric Eisenhart
More... over 9 years ago