Skip to content

Periodically sends free / highly scored posts from r/GameDeals to Discord.

License

Notifications You must be signed in to change notification settings

nunogois/discord-gamedeals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-gamedeals

Periodically sends free / highly scored posts from r/GameDeals to Discord.

🛠 Setup on your own Discord server

Make sure you have Node.js installed.

You'll need to create a Webhook for the channel you want to populate:

Right click on the channel > Edit Channel > Integrations > Webhooks > Create Webhook

  1. git clone https://github.com/nunogois/discord-gamedeals.git
  2. yarn or npm install
  3. Add a new .env file in the folder with the following format: WEBHOOK=https://discord.com/api/webhooks/... with your webhook
  4. yarn start or npm run start

📌 To Do

  • Create repo;
  • Get r/GameDeals JSON;
  • Add local scan.json file for config and keeping track of sentPosts;
  • Add minScore filter;
  • Add freeRegex filter;
  • Add Webhook;
  • Send posts embedded to Discord (https://www.npmjs.com/package/discord-webhook-node);
  • Add setup to README;

About

Periodically sends free / highly scored posts from r/GameDeals to Discord.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published