Replace LFS links with proper images |
|
More...
|
over 8 years ago
|
Change start_skew from float to int. |
|
More...
|
over 8 years ago
|
Merge branch 'master' of github.com:freiheit/discord_rss_bot |
|
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. |
|
More...
|
over 8 years ago
|
Basically just some documentation adjustments. |
|
More...
|
over 8 years ago
|
Basically just some documentation adjustments. |
|
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 |
|
More...
|
over 8 years ago
|
Add start_skew option to each feed to help with Issue #47. |
|
More...
|
over 8 years ago
|
Set bot to "idle", since it will never reply... |
|
More...
|
almost 9 years ago
|
Update discord.py version required. |
|
More...
|
almost 9 years ago
|
Merge pull request #39 from jamiebatch452/patch-1 |
|
More...
|
almost 9 years ago
|
Fix python 3.4 detection to work for newer pythons. |
|
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 |
|
More...
|
almost 9 years ago
|
Refuse to run with python less than 3.4, because errors about syntax error on "yield" are totally confusing. |
|
More...
|
almost 9 years ago
|
Update README.md |
|
More...
|
almost 9 years ago
|
Make "link" another "id" field option (after "id" and "guid"). |
|
More...
|
almost 9 years ago
|
Even more thorough documentation of how/when to use new show_sample_entry tool. |
|
More...
|
almost 9 years ago
|
Document new tool |
|
More...
|
almost 9 years ago
|
Add helper tool to help with examining entries in a feed. |
|
More...
|
almost 9 years ago
|
Process feeds in reverse order, so oldest items are looked at before newest. |
|
More...
|
almost 9 years ago
|
Ooops! |
|
More...
|
almost 9 years ago
|
Make filter, filter_exclude and filter_field work on feed *or* channel level |
|
More...
|
almost 9 years ago
|
Fix an accidental conversion of "regex" to "filter" |
|
More...
|
almost 9 years ago
|
Add ability to specify which field is being filtered on |
|
More...
|
almost 9 years ago
|
Merge pull request #33 from freiheit/feature/filter |
|
More...
|
almost 9 years ago
|
Merge pull request #31 from 4yn/master |
|
More...
|
almost 9 years ago
|
Add simpler opposite of a filter (filter_exclude) |
|
More...
|
almost 9 years ago
|
Tiny bit of improvement on the output around filters, to make debugging problems easier. |
|
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. |
|
More...
|
almost 9 years ago
|