@@ -78,16 +78,16 @@ opencode serve
7878#### Option A: pip install (recommended)
7979
8080``` bash
81- pip install opencode-telegram-bot
81+ pip install tp-opencode
8282opencode-telegram config # Interactive setup wizard
8383opencode-telegram start # Launch the bot
8484```
8585
8686#### Option B: From source
8787
8888``` bash
89- git clone https://github.com/2241812/opencode-telegram-bot .git
90- cd opencode-telegram-bot
89+ git clone https://github.com/2241812/tp-opencode .git
90+ cd tp-opencode
9191pip install -r requirements.txt
9292opencode-telegram config # Interactive setup wizard
9393opencode-telegram start # Launch the bot
@@ -96,8 +96,8 @@ opencode-telegram start # Launch the bot
9696#### Option C: Docker
9797
9898``` bash
99- git clone https://github.com/2241812/opencode-telegram-bot .git
100- cd opencode-telegram-bot
99+ git clone https://github.com/2241812/tp-opencode .git
100+ cd tp-opencode
101101cp .env.example .env
102102# Edit .env with your bot token and user ID
103103docker compose up -d
@@ -214,8 +214,8 @@ Since the bot runs locally on your machine and connects to your local OpenCode s
214214## Development
215215
216216``` bash
217- git clone https://github.com/2241812/opencode-telegram-bot .git
218- cd opencode-telegram-bot
217+ git clone https://github.com/2241812/tp-opencode .git
218+ cd tp-opencode
219219pip install -e " .[dev]"
220220
221221# Run with auto-reload
@@ -234,7 +234,7 @@ pytest tests/ -v
234234## Project Structure
235235
236236```
237- opencode-telegram-bot /
237+ tp-opencode /
238238├── src/opencode_telegram_bot/
239239│ ├── api/
240240│ │ ├── client.py # OpenCode HTTP API client
0 commit comments