Skip to content

jseashell/reddit-marketplace-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Marketplace Discord Bot

A discord bot that provides on-demand results for user-defined keywords found on marketplace subreddits

Table of Contents

Install

git clone git@github.com:jseashell/reddit-marketplace-discord-bot.git
cd reddit-marketplace-discord-bot
npm install

Link Reddit Account

Create a Reddit script (app) through your Reddit account

  1. Create an App in https://www.reddit.com/prefs/apps/
  2. 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

Configure

  1. Open ./config/config.json
  2. Paste the Reddit App ID into empty quotes for reddit_app_id: "",
  3. Paste the Reddit App Secret into empty quotes for reddit_app_secret: "",
  4. Open ./deals.json/ and set the shopping search keywords you're looking for {"keyword: "1080 ti"};

Run the App

# Run the bot
npm start

Server Commands

Command Description
!shop -r <subreddit> Shops a specific /r/ for the subscribed keywords in deals.json

Further Help

License

This software is distributed under the terms of the MIT License.

About

A discord bot that provides on-demand results for user-defined keywords found on marketplace subreddits

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published