Skip to content

Latest commit

 

History

History
119 lines (68 loc) · 3 KB

File metadata and controls

119 lines (68 loc) · 3 KB

Sneaker Price Scraper Discord Hypeboost

Only Hypeboost is working as of now!

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.

Features

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.

Requirements

  • .NET Core 3.1 or higher

  • Discord.Net library for creating the bot

  • A Discord bot token

Commands

  • "!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.

Installation

  1. Clone the repository:
git clone git@github.com:JakobAIOdev/Sneaker-Price-Scraper-Discord-Csharp.git
  1. Input your Discord-Bot-Token in the Program.cs
private  readonly  string  botToken  =  ""; // Your bot token here
  1. Run the bot:
dotnet run

Usage Examples

(includeSales = false;) !payout DZ5485-612

!settings sales

(includeSales = true;) !payout DZ5485-612

(includeSales = false;) !prices DZ5485-612

!paypal 120

!url DZ5485-612
image

!payout FZ8319-300,FZ8320-400,FD2631-600
image


Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.