* [RSS] Fix for media_plaintext tag (#263)
* [Wolfram] Allow very long answers
* [DiscordExperiments] Add new activities and update names (#268)
* [DiscordExperiments] Add missing activities
* [DiscordExperiments] update Letter Tile name to Letter League
* [DiscordExperiments] update Doodle Crew to Sketch Heads
Doodle Crew is obsolete
* fix(rss): message longer than 2000 in listtags (#265)
* Add reward feature for shot birbs (#262)
* Add reward feature for shot birbs
Adds the option to set a reward range(min-max) of currency to be given out on a successfully shot birb. Properly handles whether bank is global or not as well
* make it so they can specify 0 as the minimum
users can specify 0 as the minimum reward range
Co-authored-by: Karlo Prikratki <karlo@karloprikratki.com>
Co-authored-by: Julien Mauroy <61093863+Predeactor@users.noreply.github.com>
Co-authored-by: Alex <58824393+vertyco@users.noreply.github.com>
* Handle feeds that don't have a link in the feed entry
* Do not check title matching if a feed entry has a non-matching link and a greater entry time than last post time
* Fix for $tags_list template key as it was setting it to the last tag found instead of the entire list, also check for duplicate tags during tag finding and do not add them
* Replace scipy KDTree with Euclidean distance
* fixed star expression and missing import
* Version number
Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
This is an owner only addition to provide a way to use published_parsed for post qualification instead of updated_parsed. YouTube RSS feeds are defaulted into this list.
* More descriptive error messages for users
* Now will post updates of last post sent
* Handles feeds that do not have entries
* Better channel verification for removing dead feeds
* [RSS] Make RSS work with cog disabling API
* Update feed qualifier to work with disabling
Instead of the catch-all dealing with feeds having no time, just let the catch-all handle everything. If the cog has been disabled for a long period of time and there are no matches via the saved feed information, the feed will only post 1 feed post instead of all of them (10, 20, 25 posts depending on the feed usually). If the cog is reinstated and there is only a partial match (say, 18 out of 20 feeds before it finds a qualifying match)... it will still post all 18 posts.
Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>