This project is a sneaker price scraper that allows users to query sneaker prices on Hypeboost using Discord commands.
The bot fetches the latest prices for sneakers from Hypeboost, and displays them in a clean and organized manner on Discord.
Price Scraping: Scrapes sneaker payout prices or listing prices from Hypeboost.
Discord Command Integration: Allows users to query sneaker prices directly via a Discord bot.
Multiple Commands: Users can enter different commands to query different types of sneakers or sizes.
-
.NET Core 3.1 or higher
-
Discord.Net library for creating the bot
-
A Discord bot token
-
"!payout [SKU]" returns the payout prices for all avaible sizes of the given sku.
-
"!prices [SKU]" returns the listing prices for all avaible sizes of the given sku.
-> You can also combine multiple sku's for "!prices" & "!payout" at once like this:
- "!payout [SKU],[SKU],[SKU]" or "!price [SKU],[SKU],[SKU]"
-
"!settings sales" gives the option to enable or disable the sales information of the seller in the embed message.
-
"!paypal [amount]" calculates the PayPal fees and the total amount.
-
"!url [SKU]" returns the product url for different sites.
-
"!help" for a list of all commands.
- Clone the repository:
git clone git@github.com:JakobAIOdev/Sneaker-Price-Scraper-Discord-Csharp.git
- Input your Discord-Bot-Token in the Program.cs
private readonly string botToken = ""; // Your bot token here
- Run the bot:
dotnet run
(includeSales = false;)
!payout DZ5485-612
(includeSales = true;)
!payout DZ5485-612
(includeSales = false;)
!prices DZ5485-612
!payout FZ8319-300,FZ8320-400,FD2631-600
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.