Python developer with 5+ years experience. Telegram bots, web scrapers, AI automation, CDP browser automation, blockchain, .onion development.
🌐 Live Portfolio: ameobius.github.io/darkbot-ai-templates
📺 Telegram Channel: @darkbot_ai_templates
💬 Order Bot: @darkbot_ai_bot
| # | Template | Description | Price | Custom |
|---|---|---|---|---|
| 1 | Telegram Bot | AI, FSM, inline keyboards, OpenAI, SQLite | $49 | $199 |
| 2 | Web Scraper | Anti-detection, proxy rotation, CF bypass | $39 | $149 |
| 3 | AI Automation Agent | OpenAI, email auto-reply, CRM, n8n | $59 | $249 |
| 4 | CDP Browser Automation | Chrome DevTools, mouse events, Vue/React | $79 | $299 |
| 5 | Solidity ERC20+Presale | OpenZeppelin, whitelist, Foundry | $69 | $279 |
| 6 | FastAPI Backend | JWT auth, SQLite, CRUD, WebSocket | $49 | $199 |
| 7 | Discord Bot | Slash commands, music, polls, moderation | $49 | $199 |
| 8 | Proxy Rotation | Health checks, failover, SOCKS5 | $39 | $149 |
| 9 | Email Scraper | Recursive crawl, validate, CSV/JSON | $39 | $149 |
| 10 | WhatsApp Bot | Baileys, commands, rate limit, media | $59 | $249 |
| 11 | N8N Workflow | AI lead qualification pipeline | $49 | $199 |
| 12 | TG Channel Scraper | Keyword monitor, analytics, export | $49 | $199 |
| 13 | Captcha Solver | reCAPTCHA, hCaptcha, Turnstile, Yandex | $79 | $299 |
| 14 | Crypto Payment Gateway | BTC/USDT/ETH/XMR, invoices, webhooks | $69 | $279 |
| 15 | Tor Hidden Service | v3 onion, nginx, hardening, Docker | $89 | $349 |
| 16 | Tor Market Scraper | .onion monitoring, price tracking | $69 | $279 |
| 17 | Crypto Trading Bot | Binance/OKX/Bybit, arbitrage, RSI | $79 | $299 |
| 18 | Tor .onion Marketplace — listings, escrow, XMR/BTC | $99 | $399 | |
| Bundle | All 18 + 2h customization | Everything above | $199 | — |
Every template includes a runnable demo (no API keys needed):
# Telegram Bot demo
python tg-bot-template/demo.py
# Web Scraper demo
python web-scraper-template/demo.py
# Crypto Trading Bot demo (fetches live BTC price!)
python crypto-trading-bot/demo.py
# FastAPI Backend demo
python fastapi-template/demo.py
# CDP Automation demo
python cdp-automation-template/demo.py
All 17 templates have demos. Run any of them to see the template in action.
Try templates in your browser — no install needed:
python tg-bot-template/demo.pyUse templates in your CI/CD:
- uses: AMEOBIUS/darkbot-ai-templates/.github/actions/setup-templates@main
with:
template: tg-bot
destination: ./bot/
18 templates available: tg-bot, web-scraper, ai-agent, cdp, solidity, fastapi, discord, proxy, email, whatsapp, n8n, tg-scraper, captcha, crypto-pay, tor, tor-scraper, trading, marketplace
Real-world usage scenarios in examples/:
This repo has been used to solve 81 bounty issues across GitHub:
Total bounty potential: $162,187+
curl -sL https://raw.githubusercontent.com/AMEOBIUS/darkbot-ai-templates/main/install.sh | bash
Or clone manually:
git clone https://github.com/AMEOBIUS/darkbot-ai-templates.git
cd darkbot-ai-templates
python tg-bot-template/demo.py # Try any demo — no API keys needed!
Every template has a Makefile:
cd tg-bot-template
make install # pip install -r requirements.txt
make demo # Run demo (no API keys needed)
make run # Run template
make docker # Build and run in Docker
Every template includes a Dockerfile. Deploy with one command:
cd tg-bot-template
cp .env.example .env # Add your tokens
docker-compose up -d # Bot running!
cd fastapi-template
cp .env.example .env
docker-compose up -d # API at localhost:8000/docs
See ARCHITECTURE.md for design principles, template structure, and CI pipeline.