5f845daec2f2abcdceafe502da35534880b58d59
Tesla Inventory Auto-Buyer Bot 🇹🇷
This is an automated Telegram bot that monitors Tesla Türkiye's inventory page and sends real-time alerts when new cars appear. It includes price, VIN, color info, and an inline "HEMEN SİPARİŞ VER" button.
📦 Features
- 🚗 Detects all new inventory vehicles (Model Y)
- 💬 Sends Telegram messages (with order button)
- 🖼️ Includes exterior/interior color & price
- 🧠 Avoids duplicates using VIN tracking
- 📅 Cronjob support (run every X minutes)
- 🐳 Docker-based installation
- 🛠 Menu-based installer script
🚀 Installation (Recommended via install.sh)
This method clones the repo, builds Docker, prompts for Telegram info, and lets you configure a cronjob.
1. Download and run:
git clone https://git.bitmaster.cc/BitMaster/tesla-bot.git
cd tesla-bot
chmod +x install.sh
./install.sh
✅ curl One-liner
bash <(curl -sSL https://git.bitmaster.cc/BitMaster/tesla-bot/raw/branch/main/install.sh)
✅ wget One-liner
bash <(wget -qO- https://git.bitmaster.cc/BitMaster/tesla-bot/raw/branch/main/install.sh)
Description
Languages
Shell
63.4%
Python
36.6%