feat: add initial project scaffold with .env.example, .gitignore, and README structure

Sets up the foundational project files for the Telegram Scambaiter Bot: a .env.example with placeholder credentials for Telegram API and Grok API key, a comprehensive .gitignore covering Python, environment, IDE, and OS-specific artifacts, and a README.md that strips emoji prefixes from section headers while preserving the full feature list, quick-start guide, Marcus persona description, analytics overview, and advanced configuration notes.
This commit is contained in:
2025-08-21 05:01:49 +00:00
parent b3d4532f3b
commit ca3d078329
3 changed files with 204 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
# Telegram API credentials (get from https://my.telegram.org/apps)
TELEGRAM_API_ID=your_api_id_here
TELEGRAM_API_HASH=your_api_hash_here
TELEGRAM_PHONE=+1234567890
# Grok API key (get from https://console.x.ai/)
GROK_API_KEY=your_grok_api_key_here