Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valchanoficial/discordbotredditgamedeals
Bot para o Discord que busca os 5 últimos posts da GameDeals no Reddit.
https://github.com/valchanoficial/discordbotredditgamedeals
axios bot discord discord-bot discord-js discordjs javascript reddit
Last synced: 20 days ago
JSON representation
Bot para o Discord que busca os 5 últimos posts da GameDeals no Reddit.
- Host: GitHub
- URL: https://github.com/valchanoficial/discordbotredditgamedeals
- Owner: ValchanOficial
- License: mit
- Created: 2023-02-25T03:26:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T03:38:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T13:20:37.364Z (3 months ago)
- Topics: axios, bot, discord, discord-bot, discord-js, discordjs, javascript, reddit
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Bot for the r/GameDeals
This bot is a simple Discord bot that get the latest 5 posts from [r/GameDeals](https://www.reddit.com/r/GameDeals/) and send them to a Discord channel.
## Configure your Discord Bot
- Create a bot and get token and client ID: https://discordapp.com/developers/applications/me
- Add bot to your Discord server: OAuth2 URL Generator > Select `bot` scope > Select `Read Messages/View Channels` and `Send Messages` > Copy the URL and open it in your browser## Setup project
1. Clone the repository: `git clone`
2. Install dependencies: `npm install` or `yarn install`
3. Rename `.env.example` to `.env` and fill it with the token and client ID from your Discord bot
4. Run the bot: `npm start` or `yarn start`
5. Try command `/gamedeals` in your Discord server## Commands
- `/gamedeals` - Get the latest 5 posts from r/GameDeals