telegram-bot

Installation
SKILL.md

Telegram Bot Development

Project Protection Setup

MANDATORY before writing any code:

# 1. Create .gitignore
cat >> .gitignore << 'EOF'
# Build
target/
node_modules/
__pycache__/
*.pyc
dist/
Installs
1
First Seen
Aug 1, 2026
telegram-bot — timequity/vibe-coder