2021-12-23 16:29:03 -06:00
2021-12-23 16:29:03 -06:00
2021-12-23 16:29:03 -06:00
2021-12-09 21:42:10 -06:00
2021-03-18 13:16:42 -05:00
2021-12-13 17:38:47 -06:00
2021-12-23 15:20:03 -06:00
2021-12-23 16:29:03 -06:00
2021-12-23 16:29:03 -06:00
2021-03-18 19:40:57 -05:00
2021-12-23 16:29:03 -06:00
2021-12-09 21:42:10 -06:00
2021-12-03 18:23:25 -06:00
2021-03-29 18:55:37 -05:00

Link-Flayer

Discord RSS News Bot

Link Flayer is a Discord Bot designed to provide your Discord server with news.

Setup

Example: config.json 
{
	"prefix": "!",
	"token": "{Your Discord Bot Token Here}"
}

Configure your feeds.json:

Each node with a "title" and "link" attribute.

Example: feeds.json 
[
    {
	    "title": "CNN Top Stories",
	    "link": "http://rss.cnn.com/rss/cnn_topstories.rss"
    },
    {
	    "title": "Reddit Front Page",
	    "link": "http://www.reddit.com/.rss"
    },
    {
	    "title": "Arstechnica",
	    "link": "http://feeds.arstechnica.com/arstechnica/index"
    }
    
]

Usage

  • npm run start or node index.js

Available Commands

  • !help - Lists the available commands: !help

  • !search - Searches the RSS Sources: !search google

  • !get - Retrieves Search By Index: !get 25

  • !add - Add a new RSS Source Feed dynamically: !add http://www.engadget.com/rss.xml

  • !update - Updates all current RSS Feeds: !update

Description
No description provided
Readme 701 KiB
Languages
JavaScript 99.5%
EJS 0.3%
Shell 0.2%