SkillAgentSearch skills...

Cryptocurrency Dashboard

Crypto Currency Dashboard Using Twitter :bird: And Coinmarketcap :rocket: API

Install / Use

npx skills add christ0ph3r/cryptocurrency-dashboard

Installs into whichever agent you are using.

README

Cryptocurrency Dashboard

Cryptocurrency Dashboard lets you monitor the top 100 currencies based on market cap size. It uses the coinmarketcap.com API to fetch crypto data. It uses the Twitter API to monitor the latest and most popular tweets about a Cryptocurrency.

Cryptocurrency Dashboard

Features

General

  1. Live Data ( No need to refresh )
  2. Bootstrap 4
  3. Dashboard with 100 cryptocurrencies
  4. Search other coins not in the top 100

Twitter API Data

  1. Latest Tweets Feed
  2. Popular Tweets Feed

Coinmarketcap API Data

  1. Coin Rank
  2. Price
  3. Coin Symbol
  4. Market Cap
  5. 24 Hour Volume
  6. Last Updated
  7. % Change 1 Hour
  8. % Change 1 Day
  9. % Change 1 Week

Installation Instructions

  1. Git Clone the repo
git clone https://github.com/christ0ph3r/cryptocurrency-dashboard/
  1. Copy the config-sample.php file and name it config.php
cd cryptocurrency-dashboard && cp config-sample.php config.php
  1. Edit config.php and put in your Twitter API credentials
<?php
$consumer_key = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$consumer_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$access_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$access_token_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";

Like my work? Donate some coin!

| Coin | Address | | -------- |:------------------------------------------:| | Bitcoin | 1LFTccjYHbiVekdm8XYC1ucNqdGsAC3frc | | Ethereum | 0x071Fe2Bb50430A3f6af398A410a78B67e1A783AE | | Litecoin | Lh9eV96yhTyrkv2VkWG7RZvas9TzFuYZbR |

Related Skills

View on GitHub
GitHub Stars81
CategoryDevelopment
Updated2mo ago
Forks27

Languages

CSS

Security Score

85/100

Audited on Jun 8, 2026

No findings