darkbot-ai-templates

🤖 DarkBot AI — 17 Production-Ready Code Templates

CI Tutorials Demos Releases License Tests Docker Payment GitHub stars License Products Tests Docker Payment

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

📦 Templates

# 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

🔥 Bundle — All 18 + 2h Customization = $199

🛠 Custom Development

🎮 Interactive Demos

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.

📊 Repo Stats

📝 Blog

🚀 GitHub Codespaces

Try templates in your browser — no install needed:

  1. Click CodeCodespacesCreate
  2. Run: python tg-bot-template/demo.py
  3. Python 3.11 + Docker + pytest pre-installed

🔗 GitHub Action

Use 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

💡 Examples

Real-world usage scenarios in examples/:

  1. Freelance TG Bot — online store bot (4-6h vs 20-30h from scratch)
  2. Scraping Service — 10k leads ($117 vs $500+)
  3. DeFi Token Launch — ERC20 + presale (1 weekend vs 2-3 weeks)
  4. .onion Deployment — marketplace (1 day vs 1-2 weeks)
  5. AI Automation Agency — $200-800/client (2-4h vs 20-40h)

🏆 Bounty Contributions

This repo has been used to solve 81 bounty issues across GitHub:

Total bounty potential: $162,187+

⭐ Star History

Star History Chart

💬 Contact

⚡ Quick Install

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!

🔧 Quick Start (Make)

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

🐳 Docker Support

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

🏗 Architecture

See ARCHITECTURE.md for design principles, template structure, and CI pipeline.