We had in mind to build a bot to stay updated on the prices and upcoming releases of the sneakers. The biggest problem was finding the right API, but we managed to find a guy who did a huge job, put together: StockX FlightClub, Goat and Stadium Goods API, cool right?
With this mega api we started studying discord.js and the project started.
A StockX API, FlightClub API, Goat API, and Stadium Goods API all in one.
Sneaks API is a sneaker API built using Node.JS, Express, and Got. The Sneaks API allows users to get essential sneaker content such as images, product links and even prices from resell sites while also collecting data and storing it within a database. Read more...
First create an application from here
- Go in Bot and create a new bot
- Go in 0Auth2/General
- Select in AUTHORIZATION METHOD In-App Authorization
- Tick bot in SCOPES
- Tick administrator in BOT PERMISSIONS
- Copy CLIENT ID
- Presence Intent
- Server Members Intent
- Message Content Intent
Invite the bot in your discord server with this link template: https://discord.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&scope=bot
git clone https://github.com/LucaArgentieri/Shoe-Discord-Bot.git
npm i
BOT_TOKEN_KEY=DISCORD_BOT_TOKEN_HERE
npm run start
$help For information on generic resell prices or based on the desired number.
$retail Yeezy(example) To get information about a shoe at retail.
$nextDrop To stay updated on upcoming releases.
$todayDrop To stay updated on the releases of the day.
$monthDrop To stay updated on the releases of the current month.
$infoShoesNumber Yeezy 11(example) To get information about a shoe with number.
$mostPopular To see the most popular scapre in the last three months.