Projects
Discord Sneaker Resell Bot
A full-stack Discord bot that lets sneakerheads snap a photo and instantly see retail and resale pricing. It combines Google Vision, web scraping, and asynchronous Discord interactions to deliver results in seconds.
Core Features
- Image Recognition — Google Cloud Vision identifies the sneaker model from a user-uploaded photo.
- Data Scraping — Scrapfly + RapidAPI pull retail & StockX resale prices, size charts, and release info.
- Interactive Commands — Users run
/check
in Discord to view prices, availability, and a purchase link.
Tech Stack & Files
bot.py
— Discord py client, command routing, async event loop..env
— API keys & tokens (git-ignored for security).