0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Make it easy to have a config in this dir that doesn't conflict with git
freiheit
as Eric Eisenhart
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.
freiheit
as Eric Eisenhart
More... over 9 years ago
Fixing debug output for which channel is being posted to...
freiheit
as Eric Eisenhart
More... over 9 years ago
Fixing tiny bug that broke everything...
freiheit
as Eric Eisenhart
More... over 9 years ago
Minor logging adjustments
freiheit
as Eric Eisenhart
More... over 9 years ago
Set debug to "levels", to allow for setting just this module to DEBUG output, and the rest controlled separately.
freiheit
as Eric Eisenhart
More... over 9 years ago
Clean up log output a bit...
freiheit
as Eric Eisenhart
More... over 9 years ago
Move debug into config file, and start setting fewer global variables
freiheit
as Eric Eisenhart
More... over 9 years ago
Change all the prints to logging things, to make verbosity easier to control.
freiheit
as Eric Eisenhart
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)
freiheit
as Eric Eisenhart
More... over 9 years ago
Merge branch 'master' of github.com:freiheit/discord_rss_bot
freiheit
as Eric Eisenhart
More... over 9 years ago
Start the setup for multiple feeds
freiheit
as Eric Eisenhart
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.
freiheit
as Eric Eisenhart
More... over 9 years ago
Try to give the docs enough info that somebody could actually set this up...
freiheit
as Eric Eisenhart
More... over 9 years ago
Initial support for outputting to multiple channels
freiheit
as Eric Eisenhart
More... over 9 years ago