The fastest, most scalable Vinted monitoring bot. Built with Go & Docker.
Vinted Bot V2 is a complete rewrite of the popular Vinted monitor. It leverages the power of Go's concurrency and Redis's speed to check for new items faster than ever before.
- ⚡ Blazing Fast: Written in Go for raw performance.
- 🐳 Docker Ready: One command to start everything (
docker-compose up). - 🧠 Smart Alerts: Only sends notifications for new items (Redis deduplication).
- 🎨 Beautiful Embeds: Rich Discord notifications with prices, photos, and direct links.
- 🛡️ Anti-Ban: Implements TLS fingerprinting and random jitter.
- Docker & Docker Compose
- A Discord Webhook URL
-
Clone the repo
git clone https://github.com/yourusername/vinted-bot-v2.git cd vinted-bot-v2 -
Configure Copy
.env.exampleto.envand edit your settings:cp .env.example .env
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/... SEARCH_QUERY="iPhone 13" MAX_PRICE=500
-
Run
docker-compose up -d
That's it! The bot is now monitoring 24/7.
- Worker: Handles scraping and parsing.
- Redis: Deduplicates items to prevent spam.
- API (Coming Soon): REST endpoints to manage alerts.
PRs are welcome! Let's make this the #1 Vinted bot on GitHub.