A modern Discord bot that brings RSS newsfeeds, instant web searches, and more to your Discord server! 📰
- 📰 RSS News Feed Integration
- 🔍 Instant Web Searches
- 🤖 OpenAI ChatGPT Integration
- 📊 Airtable Database Support
- 🎮 Interactive Commands
- 🌦️ Weather Alerts
- 📈 Stock Information
- 🎲 Trivia Games
- 🍳 Recipe Suggestions
- 💻 Code Snippet Search
# Using npm
npm install link-flayer
# Or from source
git clone https://github.com/johnfacey/link-flayer.git
- Get your Discord Bot Token from Discord Developer Portal
- Create a
.env
file with the following variables:
DATABASE_URL=''
TOKEN=''
KEY=''
BASE=''
TABLE=''
OPENAI_API=''
OPENAI_ORG=''
Configure your feeds.json
with nodes containing:
title
link
category
Add Link-Flayer to your server using this link: Invite Link
Command | Description | Example |
---|---|---|
!help |
Lists all available commands | !help |
!chat |
Queries OpenAI Model | !chat what is a pizza |
!search |
Searches RSS Sources | !search google |
!get |
Retrieves Search By Index | !get 25 |
!add |
Add new RSS Source Feed | !add http://www.engadget.com/rss.xml |
!update |
Updates all RSS Feeds | !update |
!quote |
Random quote | !quote |
!random |
Random article | !random |
!random category |
Random article by category | !random sports |
!answer |
Instant Live Search | !answer salesforce |
!slang |
Urban Dictionary Search | !slang slang |
!stock |
Stock Information | !stock IBM |
!play |
Trivia game | !play |
!npm |
NPM package info | !npm axios |
!alert |
Weather alerts | !alert TX |
!calc |
Calculator | !calc 2 + 2 |
!food |
Random recipe | !food |
!code |
Code snippet search | !code python loop |
!remind |
Sets a reminder: | !remind 2d1h30m Take out the trash* (d=days, h=hours, m=minutes, s=seconds) |
This project is licensed under the MIT License - see the LICENSE file for details.