Each template is self-contained with:
main.py / bot.py / scraper.py — main codedemo.py — interactive demo (no API keys needed)requirements.txt — dependenciesREADME.md — description + pricingproducts/
├── tg-bot-template/ # aiogram 3 + OpenAI + FSM
├── web-scraper-template/ # Playwright + proxy rotation
├── ai-automation-template/ # OpenAI + CRM + reports
├── cdp-automation-template/ # Chrome DevTools Protocol
├── solidity-template/ # ERC20 + presale + Foundry
├── fastapi-template/ # JWT + SQLite + WebSocket
├── discord-bot-template/ # discord.py + slash commands
├── proxy-rotation-template/ # async health checks
├── email-scraper-template/ # recursive crawl + export
├── whatsapp-bot-template/ # Baileys + Python orchestration
├── n8n-workflow-template/ # n8n workflow JSON export
├── tg-channel-scraper/ # Telethon + keyword monitor
├── captcha-solver-template/ # 2Captcha + CapSolver
├── crypto-payment-template/ # BTC/USDT/ETH/XMR gateway
├── tor-hidden-service-template/ # v3 onion + nginx + Docker
├── tor-market-scraper/ # .onion monitoring via Tor
├── crypto-trading-bot/ # Binance/OKX/Bybit + RSI
└── onion-marketplace-script/ # listings + escrow + XMR
DarkBot AI Templates
|
+---------------+---------------+
| | |
Bots Scraping AI/Automation
| | |
+----+----+ +----+----+ +-----+-----+
| | | | | | | | |
TG DC WA Web Email TG AI N8N CDP
Bot Bot Bot Scr Scr Scr Agnt WF Auto
|
Captcha Solver
Blockchain Backend Tor/Darknet
| | |
+----+----+ +----+----+ +-----+-----+
| | | | | | |
Sol CT Pay FastAPI Proxy TorHS .onion
id Bot GW Rot Market Market
User → make demo → demo.py (mock data, no API keys)
User → make run → main.py (real API calls)
User → make docker → Dockerfile → container
CI → pytest → tests/ → verify compile + demo + files
GitHub Actions verifies on every push:
Each template has its own requirements.txt with upper bounds:
aiogram>=3.4,<4aiohttp>=3.9,<4playwright>=1.40,<2