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