Skip to content

AlessandroBonomo28/VintedDeals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VintedDeals

Telegram bot that finds best vinted deals

  • Real-time Monitoring: Automatically checks for new items every few minutes.
  • Price Filtering: Set a maximum budget for each keyword.
  • Multiple Keywords: Track as many items as you want.
  • Interactive Menu: Easy-to-use Telegram commands with a custom keyboard.
Senza nome

Setup

  • Install Python 3.11.0 or later
  • Configure bot using Botfather
  • Clone this repository
  • cd VintedDeals
  • Create a virtual environment
 python -v venv env
  • Create a file named .env and insert your telegram bot token
TOKEN = "xxxxxxx"
  • run the environment
# If you are using windows Windows

./env/Scripts/activate

# If you are using Linux

source env/bin/activate
  • install dependencies
 pip install -r requirements.txt
  • run the bot
python vinteddeals.py

Extra

you can enforce the use of the whitelist to allow bot access only to a custom set of users. Set ENFORCE_WHITELIST to true and insert your whitelisted chat IDs into whitelist.json

About

Telegram bot to find best deals on vinted

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages