A discord bot that provides on-demand results for user-defined keywords found on marketplace subreddits
Table of Contents
git clone git@github.com:jseashell/reddit-marketplace-discord-bot.git
cd reddit-marketplace-discord-bot
npm install
Create a Reddit script (app) through your Reddit account
- Create an App in https://www.reddit.com/prefs/apps/
- Select type
script
redirect uri
does not matter but you have to fill it in with somethinga
Take note of the App ID and Secret
- Open
./config/config.json
- Paste the Reddit App ID into empty quotes for
reddit_app_id: "",
- Paste the Reddit App Secret into empty quotes for
reddit_app_secret: "",
- Open
./deals.json/
and set the shopping search keywords you're looking for {"keyword: "1080 ti"};
# Run the bot
npm start
Command | Description |
---|---|
!shop -r <subreddit> |
Shops a specific /r/ for the subscribed keywords in deals.json |
This software is distributed under the terms of the MIT License.