@@ -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
43541 . ** 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` |  |
74- | `/screenshot` |  |
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
0 commit comments