Skip to content

Commit afc11af

Browse files
README update with Screenshots and latest commands
1 parent 22aa482 commit afc11af

9 files changed

Lines changed: 29 additions & 14 deletions

File tree

README.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,29 @@ A Telegram bot that brings **on-chain analytics** to your fingertips. Simply sen
2626

2727
```bash
2828
/start
29-
Initiates interaction with the bot
29+
Welcome message
3030

3131
/help
32-
Shows available commands
32+
Show this help message
3333

34-
/analytics [chain] [address]
35-
Get basic token info, decentralization score, top holders info, and a Bubblemaps link
34+
/tokendetail <token address>
35+
Get token details
36+
37+
/analytics <chain> <token address>
38+
Get basic token info, decentralisation score, top holders info and map link
39+
40+
/get2wpricechart <token address>
41+
Get 2-week price and volume chart
42+
43+
/tokenbalances <wallet address>
44+
Get token balances for a wallet address
45+
46+
/walletpnl <wallet address>
47+
Get comprehensive PnL analysis for a wallet address
3648

37-
/screenshot [chain] [address]
38-
Get a screenshot of the token's bubblemap
3949
```
4050

51+
4152
## 🚀 Getting Started
4253

4354
1. **Clone the Repo**
@@ -66,12 +77,16 @@ npm run start
6677

6778
## 📸 Screenshots
6879

69-
Sneak peek of the bot in action — coming soon!
80+
Below are example outputs for each supported command:
81+
82+
| Command | Output(s) |
83+
|-----------------|----------------------------------------------------------------------------------------------------------|
84+
| `/tokenbalances`| ![1](screenshots/tokenbalances/1.png) |
85+
| `/analytics` | ![1](screenshots/analytics/1.png) ![2](screenshots/analytics/2.png) |
86+
| `/walletpnl` | ![1](screenshots/walletpnl/1.png) ![2](screenshots/walletpnl/2.png) |
87+
| `/tokendetail` | ![1](screenshots/tokendetail/1.png) ![2](screenshots/tokendetail/2.png) |
88+
| `/get2wpricechart`| ![1](screenshots/get2w/1.png) |
7089

71-
| Command | Output |
72-
|---------|--------|
73-
| `/analytics` | ![Analytics Screenshot](/api/placeholder/400/250) |
74-
| `/screenshot` | ![Bubblemap Screenshot](/api/placeholder/400/250) |
7590

7691
## 🤝 Contributing
7792

@@ -83,8 +98,8 @@ We welcome PRs and contributions! Just follow these general rules:
8398

8499
<!-- ## 📄 License
85100
86-
MIT © Your Name
101+
MIT © Your Name -->
87102

88-
## 🌐 Live Bot
103+
##🌐 Live Bot
89104

90-
🟢 Bot is live! Find it on Telegram at @Bubblemaps_orbot -->
105+
🟢 Bot is live! Find it on Telegram at @Bubblemaps_orbot

screenshots/analytics/1.png

319 KB
Loading

screenshots/analytics/2.png

288 KB
Loading

screenshots/get2w/1.png

248 KB
Loading

screenshots/tokenbalances/1.png

239 KB
Loading

screenshots/tokendetail/1.png

466 KB
Loading

screenshots/tokendetail/2.png

319 KB
Loading

screenshots/walletpnl/1.png

281 KB
Loading

screenshots/walletpnl/2.png

177 KB
Loading

0 commit comments

Comments
 (0)