Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p7g/irb
A Discord service that sends reddit posts to webhooks
https://github.com/p7g/irb
discord nodejs react reddit
Last synced: 21 days ago
JSON representation
A Discord service that sends reddit posts to webhooks
- Host: GitHub
- URL: https://github.com/p7g/irb
- Owner: p7g
- Created: 2019-01-19T05:25:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T14:47:24.000Z (about 2 years ago)
- Last Synced: 2024-11-09T03:19:45.180Z (3 months ago)
- Topics: discord, nodejs, react, reddit
- Language: JavaScript
- Homepage: https://patg.design
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inconspicuousRedditBot
This is a Discord bot that monitors subreddits and posts new messages to a Discord webhook.
## Usage
To use this bot to display Reddit posts in a channel, do the following:
> Note: you need to have the permission to manage webhooks for that server1. Open the settings for the server that has the channel
2. Click on 'Webhooks'
3. Make a new webhook with whatever name, avatar, and channel you would like
4. Copy the URL
5. Go to [the inconspicuousRedditBot website](https://patg.design) and log in with Discord
6. Paste the URL copied in step 4 into the 'Add a webhook' box and click 'Add'
7. Enter the name of the subreddit to which you would like to subscribe the channel in the 'Add a subscription' box and click 'Subscribe'Your channel is now subscribed to any subreddits entered into the website.
## Hosting
To host this bot yourself, you will need docker and docker-compose.
1. Clone this repository
2. Make a .env file based on the .env.example file
3. Edit the docker-compose.yml file to work with your webserver (the website is bound to port 8080 of the container)
4. Start the container with `docker-compose up -d --build`