Add readme.md

This commit is contained in:
2025-06-19 11:08:56 +00:00
parent cf8521b315
commit 1624717672

39
readme.md Normal file
View File

@@ -0,0 +1,39 @@
readme_text = """\
# Tesla Inventory Auto-Buyer Bot 🇹🇷
This is an automated Telegram bot that monitors [Tesla Türkiye's inventory page](https://www.tesla.com/tr_TR/inventory/new/my?arrangeby=plh&zip=&range=0) 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:
```bash
git clone https://git.bitmaster.cc/BitMaster/tesla-bot.git
cd tesla-bot
chmod +x install.sh
./install.sh
```
✅ curl One-liner
```bash
bash <(curl -sSL https://git.bitmaster.cc/BitMaster/tesla-bot/raw/branch/main/install.sh)
```
✅ wget One-liner
```bash
bash <(wget -qO- https://git.bitmaster.cc/BitMaster/tesla-bot/raw/branch/main/install.sh)
```