Add readme.md
This commit is contained in:
39
readme.md
Normal file
39
readme.md
Normal 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)
|
||||
```
|
||||
Reference in New Issue
Block a user