GitHunt
2S

2spy/Vinted-Discord-Bot

Projet de développement d'un bot Discord pour l'apprentissage. Ce code permet d'explorer les concepts avancés de l'automatisation, de l'interaction avec des APIs et du web scraping (à des fins d'étude uniquement), ainsi que le développement d'applications connectées à Discord. Le but est de comprendre les mécanismes techniques derrière ces outils.

Vinted Bot V2 🚀

The fastest, most scalable Vinted monitoring bot. Built with Go & Docker.

License
Go

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.

🔥 Features

  • ⚡ 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.

🚀 Getting Started

Prerequisites

  • Docker & Docker Compose
  • A Discord Webhook URL

Installation

  1. Clone the repo

    git clone https://github.com/yourusername/vinted-bot-v2.git
    cd vinted-bot-v2
  2. Configure
    Copy .env.example to .env and edit your settings:

    cp .env.example .env
    DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
    SEARCH_QUERY="iPhone 13"
    MAX_PRICE=500
  3. Run

    docker-compose up -d

That's it! The bot is now monitoring 24/7.

🛠️ Architecture

  • Worker: Handles scraping and parsing.
  • Redis: Deduplicates items to prevent spam.
  • API (Coming Soon): REST endpoints to manage alerts.

🤝 Contributing

PRs are welcome! Let's make this the #1 Vinted bot on GitHub.

Languages

Go93.6%Dockerfile3.7%Makefile2.7%

Contributors

Created February 7, 2022
Updated February 22, 2026
2spy/Vinted-Discord-Bot | GitHunt