An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# RedditBot [![Discord](https://discordapp.com/api/guilds/367325058353594378/embed.png)]() [![Travis](https://travis-ci.com/SerekKiri/RedditBot.svg?branch=master)]()
### 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!