Files
aikaterna-cogs/rss/info.json
James 7b0b4496bc [RSS] Replace scipy KDTree with Euclidean distance (#245)
* Replace scipy KDTree with Euclidean distance

* fixed star expression and missing import

* Version number

Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
2021-08-13 14:50:54 -07:00

11 lines
303 B
JSON

{
"author": ["aikaterna"],
"install_msg": "Thanks for installing.",
"short": "Read RSS feeds",
"description": "Read RSS feeds",
"tags": ["rss"],
"permissions": ["embed_links"],
"requirements": ["bs4", "feedparser>=6.0.0", "webcolors==1.3"],
"min_bot_version" : "3.4.0"
}