New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

link-flayer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

link-flayer

Discord RSS News Bot

latest
npmnpm
Version
1.1.5
Version published
Maintainers
1
Created
Source

Discord RSS News Bot

Link Flayer is a Discord Bot designed to provide your Discord server with RSS Newsfeeds Instant Web Searches and more.

Setup

  • If installing the npm or source npm install link-flayer or git clone https://github.com/johnfacey/link-flayer.git
  • Add your token from Discord Bot Interface to the config.json [https://discord.com/developers/applications/]
  • Setup has been moved from config file to environment variables to assume bot runs from one instance

Configure your feeds.json:

Each node with a "title", "link", "category" attribute to be used from an Airtable columns. Setting up Airtable for multiple Discord severs still in progress. It should be assumed every server will need its own Airtable Base and the coresponding apiKey, base and table name.

Airtable

Usage

Sample .env for extra params ChatGPT, Airtable

DATABASE_URL='' TOKEN='' KEY='' BASE='' TABLE='' OPENAI_API='' OPENAI_ORG=''

Available Commands

  • !help - Lists the available commands: !help

  • !chat - Queries OpenAI Model: !chat what is a pizza

  • !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

  • !quote - Selects a random quote: !quote

  • !random - Selects a random article: !random

  • !random category - Selects a random article by category: !random sports

  • !answer - Instant Live Search: !answer salesforce

  • !slang - Urban Dictionary Search: !slang slang

  • !stock - AlphaVantage Stock Search: !stock IBM

  • !play - Plays a trivia game question: !play

  • !answer - Answers for a question above: !answer 1

  • !npm - Gets NPM info from repository: !npm axios

  • !alert - Gets weather alerts for an area: !alert TX

  • !calc - Do math: !calc 2 + 2

  • !food - Selects a random recipe: !food

  • !code - Searches for code snippets: !code python loop

Example:

Airtable

FAQs

Package last updated on 22 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts