2025-06-19 12:28:49 +00:00
2025-06-19 11:16:30 +00:00
2025-06-19 12:10:45 +00:00
2025-06-19 12:10:45 +00:00
2025-06-19 12:28:49 +00:00
2025-06-19 11:15:57 +00:00
2025-06-19 11:16:30 +00:00

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

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
No description provided
Readme 109 KiB
Languages
Shell 63.4%
Python 36.6%