Skip to content
View clawclawxbot's full-sized avatar

Block or report clawclawxbot

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
clawclawxbot/README.md

CLAWCLAWX — crypto intelligence bot on Telegram

CLAWCLAWX logo

CLAWCLAWX 🦞

Your crypto intelligence agent on Telegram. Real-time prices, charts, market data, trending coins, Fear & Greed and custom price alerts — free, no sign-up.

ℹ️ Information & education only — not financial advice. The bot never holds funds, keys or places trades.


🖼️ Preview

$CLAWX mascot

📁 Project structure

.
├── index.html          # landing page
├── docs.html           # bot documentation
├── governance.html     # $CLAWX governance
├── styles.css          # dark / red glassmorphism theme
├── script.js           # scroll reveal, countdown, typewriter, marquee
├── assets/             # images (logo, mascot, section art)
└── bot/                # Telegram bot (Python)
    ├── bot.py
    ├── requirements.txt
    ├── .env.example    # copy to .env and fill in secrets
    ├── setup.sh        # one-shot VPS setup (deps + systemd)
    └── clawclawx-bot.service

🌐 Website

Plain static HTML/CSS/JS — host anywhere. Currently served on shared hosting at clawclawxbot.xyz.

🤖 Bot — quick start

cd bot
python3 -m venv .venv
./.venv/bin/pip install -r requirements.txt
cp .env.example .env        # then edit .env and add your BOT_TOKEN
./.venv/bin/python bot.py

Create your bot token with @BotFather. Crypto data comes from the free CoinGecko API; on-chain Solana data uses Helius (optional).

Commands

/p /info /chart /convert · /top /trending /gainers /losers /global /feargreed · /tokenomics /launch /sol · /watch /unwatch /watchlist · /alert /alerts /delalert

☁️ Deploy (24/7)

Runs on a Linux VPS via systemd. On the server:

cd ~/clawclawx-bot && bash setup.sh   # installs deps + service
nano .env                              # add BOT_TOKEN
sudo systemctl restart clawclawx-bot

Only one polling instance may run at a time (otherwise Telegram returns 409 Conflict).

🧩 Ecosystem

OpenClaw · MoltBook · ClawdBot · Anthropic Claude · AWS · Solana · Helius · CoinGecko · Telegram · python-telegram-bot

⚠️ Security

Never commit bot/.env (it holds your bot token & API keys) — it is git-ignored. Rotate keys if they are ever exposed.

Popular repositories Loading

  1. clawclawxbot clawclawxbot Public

    Real-time crypto prices, charts, market data & alerts — an AI-powered intelligence agent, right inside Telegram.

    CSS