0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace LFS links with proper images
freiheit
as Eric Eisenhart
More... over 8 years ago
Change start_skew from float to int.
freiheit
as Eric Eisenhart
More... over 8 years ago
Merge branch 'master' of github.com:freiheit/discord_rss_bot
freiheit
as Eric Eisenhart
More... over 8 years ago
Tool to show all entries in a feed, to help with debugging when there is a problem with a specific item in the feed.
freiheit
as Eric Eisenhart
More... over 8 years ago
Basically just some documentation adjustments.
freiheit
as Eric Eisenhart
More... over 8 years ago
Basically just some documentation adjustments.
freiheit
as Eric Eisenhart
More... over 8 years ago
Minor adjustments to start_skew: - make skew sleep a float instead of int - add a minimum sleep time (default to 0.1 second) - Make log and behavior actually match
freiheit
as Eric Eisenhart
More... over 8 years ago
Add start_skew option to each feed to help with Issue #47.
freiheit
as Eric Eisenhart
More... over 8 years ago
Set bot to "idle", since it will never reply...
freiheit
as Eric Eisenhart
More... almost 9 years ago
Update discord.py version required.
freiheit
as Eric Eisenhart
More... almost 9 years ago
Merge pull request #39 from jamiebatch452/patch-1
freiheit
as Eric Eisenhart
More... almost 9 years ago
Fix python 3.4 detection to work for newer pythons.
freiheit
as Eric Eisenhart
More... almost 9 years ago
I changed change_status to change_presence due to it been outdated More... almost 9 years ago
Merge branch 'master' of github.com:freiheit/discord_rss_bot
freiheit
as Eric Eisenhart
More... almost 9 years ago
Refuse to run with python less than 3.4, because errors about syntax error on "yield" are totally confusing.
freiheit
as Eric Eisenhart
More... almost 9 years ago
Update README.md
freiheit
as Eric Eisenhart
More... almost 9 years ago
Make "link" another "id" field option (after "id" and "guid").
freiheit
as Eric Eisenhart
More... almost 9 years ago
Even more thorough documentation of how/when to use new show_sample_entry tool.
freiheit
as Eric Eisenhart
More... almost 9 years ago
Document new tool
freiheit
as Eric Eisenhart
More... almost 9 years ago
Add helper tool to help with examining entries in a feed.
freiheit
as Eric Eisenhart
More... almost 9 years ago
Process feeds in reverse order, so oldest items are looked at before newest.
freiheit
as Eric Eisenhart
More... almost 9 years ago
Ooops!
freiheit
as Eric Eisenhart
More... almost 9 years ago
Make filter, filter_exclude and filter_field work on feed *or* channel level
freiheit
as Eric Eisenhart
More... almost 9 years ago
Fix an accidental conversion of "regex" to "filter"
freiheit
as Eric Eisenhart
More... almost 9 years ago
Add ability to specify which field is being filtered on
freiheit
as Eric Eisenhart
More... almost 9 years ago
Merge pull request #33 from freiheit/feature/filter
freiheit
as Eric Eisenhart
More... almost 9 years ago
Merge pull request #31 from 4yn/master
freiheit
as Eric Eisenhart
More... almost 9 years ago
Add simpler opposite of a filter (filter_exclude)
freiheit
as Eric Eisenhart
More... almost 9 years ago
Tiny bit of improvement on the output around filters, to make debugging problems easier.
freiheit
as Eric Eisenhart
More... almost 9 years ago
Rename "regex" in config to "filter". I think this is a noun that will make more sense to a wider audience.
freiheit
as Eric Eisenhart
More... almost 9 years ago