Crypto Token Social Metrics Tracker
Pricing
Pay per usage
Crypto Token Social Metrics Tracker
Aggregates social and developer metrics for any cryptocurrency: Twitter/X followers, GitHub stars and commit activity, Reddit subscribers, Telegram member count, and CoinGecko community stats. Essential for token fundamental analysis.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
Aggregate Twitter followers, Reddit subscribers, Telegram members, GitHub stars, and developer activity for any cryptocurrency using CoinGecko. Essential for token fundamental analysis and community health scoring. No API key required. $0.005 per token.
⚡ Run in 30 seconds
Click Start with default settings — fetches social and developer metrics for the sample token from CoinGecko and returns Twitter follower count, Reddit subscribers, Telegram members, GitHub stars, and recent developer commit activity. No API key needed.
What It Does
For each token you specify, fetches comprehensive social and developer metrics:
- Twitter/X: Follower count
- Reddit: Subscribers, posts/comments per 48h
- Telegram: Member count
- GitHub: Stars, forks, watchers, recent commits (30d), repo URL
- CoinGecko scores: Community score, developer score
Use Cases
- Token due diligence: Validate community size before investing
- Comparative analysis: Rank tokens by social momentum
- Developer activity: Find projects with active GitHub contributions
- Undervalued gems: Low market cap + high dev activity = potential alpha
- Portfolio monitoring: Track community growth over time
Example Output
{"coin_id": "ethereum","symbol": "ETH","name": "Ethereum","market_cap_usd": 286000000000,"twitter_followers": 3200000,"reddit_subscribers": 1200000,"telegram_members": null,"github_stars": 46000,"github_forks": 19000,"github_commits_30d": 150,"community_score": 84.5,"dev_activity_score": 95.2,"github_repo_url": "https://github.com/ethereum/go-ethereum"}
Input Options
| Parameter | Type | Default | Description |
|---|---|---|---|
tokens | string[] | [bitcoin, ethereum, solana] | CoinGecko coin IDs (find at coingecko.com) |
includeGithub | boolean | true | Fetch live GitHub repo stats |
githubToken | string | - | GitHub token for higher rate limits (60→5000 req/h) |
sortBy | string | community_score | Sort by: twitter_followers, github_stars, reddit_subscribers, community_score, dev_activity_score |
Pricing
- $0.005 per token analyzed
Finding CoinGecko IDs
Visit coingecko.com, search for a token, and use the ID from the URL.
Example: https://www.coingecko.com/en/coins/bitcoin → ID is bitcoin