Skip to content

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.

Notifications You must be signed in to change notification settings

2spy/Vinted-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published