Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ dealbot Public

A Discord bot for looking up PC game deals via IsThereAnyDeal.

License

acdvs/dealbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsThereAnyDeal Lookup

A simple Discord bot for getting game discount info from isthereanydeal.com.

Requirements

Setup

Clone the repository to any local folder.

Create a .env file in the folder with the following contents:

BOT_TOKEN=[token]
ITAD_KEY=[key]

Replace [token] with your Discord bot token. Replace [key] with your ITAD API key.

Finally, run the following commands:

$ npm install
$ node lib/index.js

Features

  • $help
    Help me help you!
  • $deals [game]
    Gets a list of current deals for the specified game. Lookup relies on spelling, so misspellings may return nothing. If an exact match is not found, the bot will attempt to suggest something similar.
  • $sellers
    Lists all sellers.
  • $ignoredsellers
    Lists all ignored sellers. Ignored sellers do not appear in $deals lists.
  • $ignoredsellers [add|remove] [seller]
    Adds or removes an ignored seller. Seller must be spelled exactly as it appears in the $sellers command.
  • $top [waitlisted|collected|popular]
    Gets the top waitlisted, collected, or popular games.

Look at these deals

License

IsThereAnyDeal Lookup is licensed under the MIT License.

About

A Discord bot for looking up PC game deals via IsThereAnyDeal.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors 3

  •  
  •  
  •  

Languages