https://github.com/serekkiri/redditbot
Discord bot for reddit.com
https://github.com/serekkiri/redditbot
discord-js javascript reddit reddit-api reddit-bot
Last synced: 10 months ago
JSON representation
Discord bot for reddit.com
- Host: GitHub
- URL: https://github.com/serekkiri/redditbot
- Owner: SerekKiri
- License: isc
- Created: 2018-08-31T11:24:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T22:03:52.000Z (almost 6 years ago)
- Last Synced: 2025-05-03T12:08:02.649Z (about 1 year ago)
- Topics: discord-js, javascript, reddit, reddit-api, reddit-bot
- Language: JavaScript
- Homepage: https://redi.xyz/
- Size: 313 KB
- Stars: 27
- Watchers: 1
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RedditBot []() []()
### Discord bot for reddit.com
*Reddit API link [here](https://www.reddit.com/dev/api/)*
To run this bot you need:
- Discord Bot Token ([How to create your own bot guide](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token))
- Node.js version higer then `8.11.1`
How to run bot:
1. Rename ``example.config.json`` to ``config.json``
2. Change ``BotToken`` from ``Your bot token here`` on your own bot token
3. Install all depedencies
```
npm install
```
4. Now enter ``/src/``
```
cd your_direction/RedditBot/src
```
5. Now let's run the bot!
```
node index.js
```
If you want automatically restart the app use nodemon (recommended for development)
```
npx nodemon index.js
```
### Join our discord server
[Invite link](https://discord.gg/7q5VcC6)
### Organization
[github.com/fosscord](https://github.com/fosscord)
### Website
[fosscord.github.io](https://fosscord.github.io/)
### Invite bot on your server
[discordapp.com/oauth2/authorize](https://discordapp.com/oauth2/authorize?client_id=485047416291065859&scope=bot&permissions=0)
⚠️ Remember about giving bot role with proper permissions! ⚠️
Please report all bugs and your ideas in [issues](https://github.com/SerekKiri/RedditBot/issues). Thanks for your help!