{"id":19451681,"url":"https://github.com/mrdotparasyte/coinfo","last_synced_at":"2025-04-25T04:30:29.188Z","repository":{"id":161214678,"uuid":"529347009","full_name":"mrdotparasyte/coinfo","owner":"mrdotparasyte","description":"A CLI tool that provides useful information about cryptocurrencies.","archived":false,"fork":false,"pushed_at":"2023-07-25T13:25:46.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T06:26:57.220Z","etag":null,"topics":["cli","coingecko","coingecko-api","coinmarketcap","crypto","crypto-cli","cryptocurrencies","cryptocurrency","rust","rust-cli"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrdotparasyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-08-26T17:23:53.000Z","updated_at":"2024-02-25T14:43:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8dbd1080-c25c-4971-b147-8adef34d9a19","html_url":"https://github.com/mrdotparasyte/coinfo","commit_stats":null,"previous_names":["zmovane/coinfo","yoosoftcc/coinfo","mrdotparasyte/coinfo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdotparasyte%2Fcoinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdotparasyte%2Fcoinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdotparasyte%2Fcoinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdotparasyte%2Fcoinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrdotparasyte","download_url":"https://codeload.github.com/mrdotparasyte/coinfo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250754533,"owners_count":21481832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","coingecko","coingecko-api","coinmarketcap","crypto","crypto-cli","cryptocurrencies","cryptocurrency","rust","rust-cli"],"created_at":"2024-11-10T16:42:38.223Z","updated_at":"2025-04-25T04:30:28.954Z","avatar_url":"https://github.com/mrdotparasyte.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coinfo\n\nA CLI tool that provides useful information about cryptocurrencies.\n\n## Installation\n\n```\n$ cargo install coinfo\n```\n\n## Usage\n\n### List tickers\n\n```\n$ coinfo ticker BTC,ETH\n\n+---------+----------+--------------+--------------+-------------------+\n| Symbol  | Exchange | Price (USDT) | PriceChange% | 24H Volume (USDT) |\n+======================================================================+\n| BTCUSDT | Binance  | 20623.11     | -4.222       | 5157235192.589115 |\n|---------+----------+--------------+--------------+-------------------|\n| ETHUSDT | Binance  | 1572.3       | -7.519       | 1560911036.891572 |\n+---------+----------+--------------+--------------+-------------------+\n```\n\n### List community info\n\n```\n$ coinfo community btc\n\n+----------+------------------------+---------------------------------+------------------------------------+------------------------------------------------+\n| Currency | Homepage               | Explorer                        | Opensource                         | Description                                    |\n+===========================================================================================================================================================+\n| btc      | http://www.bitcoin.org | https://blockchair.com/bitcoin/ | https://github.com/bitcoin/bitcoin | Bitcoin is the first successful internet money |\n|          |                        | https://btc.com/                | https://github.com/bitcoin/bips    | based on peer-to-peer technology; whereby no   |\n|          |                        | https://btc.tokenview.com/      |                                    | central bank or authority is involved in the   |\n|          |                        |                                 |                                    | transaction and production of the Bitcoin      |\n|          |                        |                                 |                                    | currency. It was created by an anonymous       |\n|          |                        |                                 |                                    | individual/group under the name, Satoshi       |\n|          |                        |                                 |                                    | Nakamoto. The source code is available         |\n|          |                        |                                 |                                    | publicly as an open source...                  |\n|          |                        |                                 |                                    |                                                |\n|          |                        |                                 |                                    | Read more on                                   |\n|          |                        |                                 |                                    | https://www.coingecko.com/en/coins/bitcoin     |\n+----------+------------------------+---------------------------------+------------------------------------+------------------------------------------------+\n```\n\n### List airdrops\n\n```\n$ coinfo airdrop --status ongoing\n\n+---------------------------------------+----------+--------------+-------------------+----------------------+---------------------+---------------------+--------------------------------------+\n| Ongoing Project                       | Currency | Participated | Number of winners | Total airdrop amount | Start date (UTC)    | End date (UTC)      | Link                                 |\n+===============================================================================================================================================================================================+\n| SENSO Token $75 000 Airdrop Campaign  | SENSO    | 80940        | 2000              | 384498               | 2022-08-10 16:00:00 | 2022-08-30 16:00:00 | https://coinmarketcap.com/currencies |\n|                                       |          |              |                   |                      |                     |                     | /senso/airdrop/                      |\n+---------------------------------------+----------+--------------+-------------------+----------------------+---------------------+---------------------+--------------------------------------+\n\n```\n\n### Help\n\n```\n$ coinfo --help\n\nUSAGE:\n    coinfo \u003cSUBCOMMAND\u003e\n\nOPTIONS:\n    -h, --help    Print help information\n\nSUBCOMMANDS:\n    community\n    help         Print this message or the help of the given subcommand(s)\n    ticker\n\n$ coinfo ticker --help\n\nUSAGE:\n    coinfo ticker [OPTIONS] \u003cCURRENCIES\u003e\n\nARGS:\n    \u003cCURRENCIES\u003e\n\nOPTIONS:\n    -e, --exchange \u003cEXCHANGE\u003e\n    -h, --help                   Print help information\n\n$ coinfo airdrop --help\n\nUSAGE:\n    coinfo airdrop [OPTIONS]\n\nOPTIONS:\n    -h, --help               Print help information\n    -s, --status \u003cSTATUS\u003e    [possible values: ongoing, upcoming, ended]\n```\n\n## TODO\n\n- [x] Airdrops Information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrdotparasyte%2Fcoinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrdotparasyte%2Fcoinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrdotparasyte%2Fcoinfo/lists"}