The next best Discord Bot to notify your members about YouTube video uploads!
Feedr checks for:
- YouTube uploads every 3 seconds
- Twitch streams are live every 2 seconds
Invite the bot here
To track a channel, use the /track command, which will take in the following parameters
youtube_channel
, which is the YouTube Channel ID. It should begin with "UC" and have 24 characters (such as this: UCGJXFC0YsDzVP3ar8RzhCmA)updates_channel
, which is the Discord channel that new uploads will be posted torole
(OPTIONAL), which is the role to ping when there's a new upload.
To stop tracking a channel use /untrack
Feedr strives for constant improvement, so here's what will be implemented
- YouTube Channel selector when using /track
- Make it easier to stop tracking channels by showing channels already in the guild when doing /untrack
- Other social media platforms
- Bluesky
- Make it easier to switch discord channels for uploads so that /untrack then /track is not required
- /tracked command to show what channels are being tracked in the guild
- View Channels
- Send Messages
- Send Messages in Threads
- Embed Links
- Attach Files
- Add Reactions
Feedr requires Bun in order to work
- To install, run
bun i
- Fill out all the required values in
.env.example
and rename it to.env
once done - To run in developer mode, just run
bun --watch . --dev
, otherwisebun run .
- Added a new command!
/tracked
(#50)- See all the tracked channels in your server
- The channel you ran the command in will appear first as there is no option to only see the current channel for now
- Locale improvments (#43)
- Moved database to SQLite
- Added Twitch feed
platform
added to both /track and /untrack
- Replies are no longer deferred
- Messages can now be sent in Announcement channels [1.0.3]
- Better checking for valid YouTube channel IDs
- Channels with no uploads will be tracked now
- Initial release