coinprice


Namecoinprice JSON
Version 1.3.0 PyPI version JSON
download
home_pageNone
SummaryCryptoTracker is a command-line tool for tracking cryptocurrency prices across multiple exchanges.
upload_time2024-04-07 18:39:24
maintainerNone
docs_urlNone
authorBohdan (7GitGuru)
requires_python>=3.8
licenseNone
keywords cryptocurrency crypto bitcoin ethereum tracking prices finance binance okx bybit coinbase
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h2 align="center">
  Crypto Tracker<br/>
  <a href="https://cryptotrack3r.vercel.app/" target="_blank">cryptotrack3r.vercel.app</a>
</h2>

<p align="center">
 Crypto Tracker is a Python module that allows you to track the prices of cryptocurrencies in real-time. 
You can specify the cryptocurrency you want to track and the module will provide you with live updates on its price.
</p>

<div align="center">

[![PyPi license](https://badgen.net/pypi/license/pip/)](https://pypi.org/project/coinprice/)
[![Downloads](https://static.pepy.tech/badge/coinprice)](https://pepy.tech/project/coinprice)
[![PyPI format](https://img.shields.io/pypi/format/coinprice.svg)](https://pypi.org/project/coinprice/)
[![PyPI version](https://img.shields.io/pypi/v/coinprice)](https://pypi.org/project/coinprice/)

</div>

---

## Features

- Track the prices of various cryptocurrencies.
- Flexible Command-line Usage.
- Customizable.
- Set a custom interval for price updates.
- Open-source project.

--- 

![demo](https://github.com/7GitGuru/crypto-tracker/assets/154711952/0df38415-6b97-4d06-ba31-e6a421d520bf)
![demo2](https://github.com/7GitGuru/crypto-tracker/assets/154711952/908a0b26-f6ce-41ae-9a6b-6941ecdf4f76)


----

## Installation

You can install Crypto Tracker using pip:

```
pip install coinprice
```

## Usage

To track the price of a cryptocurrency, simply run the following command:

**[Here you can find a list of all cryptocurrencies you can use.](https://github.com/7GitGuru/crypto-tracker/blob/main/coin-names.json)**

```
price <coin> [--interval time]
```

Replace `<coin>` with the cryptocurrency you want to track (e.g., bitcoin, ethereum). You can optionally specify the interval (in seconds) for price updates using the `--interval` flag. By default, the interval is set to 15 seconds.

Example usage:

```
price btc                        Track the price of Bitcoin from all exchanges.
price eth --binance              Track the price of Bitcoin from Binance.
price ltc --bybit --interval 10  Track the price of Litecoin from Bybit with a check interval of 10 seconds.
```

### [Check out Telegram version!](https://github.com/7GitGuru/crypto-tracker/tree/telegram)

## Contributing

Contributions to Crypto Tracker are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a [pull request](https://github.com/7GitGuru/crypto-tracker/pulls) on GitHub.

## License

Crypto Tracker is released under the MIT License. See [LICENSE](https://github.com/7GitGuru/crypto-tracker/blob/main/LICENSE) for details.

<h2 align="center">

[Donate](https://www.buymeacoffee.com/bohd4n)

</h2>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "coinprice",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "cryptocurrency, crypto, bitcoin, ethereum, tracking, prices, finance, binance, okx, bybit, coinbase",
    "author": "Bohdan (7GitGuru)",
    "author_email": "Bohd4n@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/be/b4/401dfa81f28581f6d85ecdd3fd547780ebe31724552463734fa66a45bb1e/coinprice-1.3.0.tar.gz",
    "platform": null,
    "description": "<h2 align=\"center\">\r\n  Crypto Tracker<br/>\r\n  <a href=\"https://cryptotrack3r.vercel.app/\" target=\"_blank\">cryptotrack3r.vercel.app</a>\r\n</h2>\r\n\r\n<p align=\"center\">\r\n Crypto Tracker is a Python module that allows you to track the prices of cryptocurrencies in real-time. \r\nYou can specify the cryptocurrency you want to track and the module will provide you with live updates on its price.\r\n</p>\r\n\r\n<div align=\"center\">\r\n\r\n[![PyPi license](https://badgen.net/pypi/license/pip/)](https://pypi.org/project/coinprice/)\r\n[![Downloads](https://static.pepy.tech/badge/coinprice)](https://pepy.tech/project/coinprice)\r\n[![PyPI format](https://img.shields.io/pypi/format/coinprice.svg)](https://pypi.org/project/coinprice/)\r\n[![PyPI version](https://img.shields.io/pypi/v/coinprice)](https://pypi.org/project/coinprice/)\r\n\r\n</div>\r\n\r\n---\r\n\r\n## Features\r\n\r\n- Track the prices of various cryptocurrencies.\r\n- Flexible Command-line Usage.\r\n- Customizable.\r\n- Set a custom interval for price updates.\r\n- Open-source project.\r\n\r\n--- \r\n\r\n![demo](https://github.com/7GitGuru/crypto-tracker/assets/154711952/0df38415-6b97-4d06-ba31-e6a421d520bf)\r\n![demo2](https://github.com/7GitGuru/crypto-tracker/assets/154711952/908a0b26-f6ce-41ae-9a6b-6941ecdf4f76)\r\n\r\n\r\n----\r\n\r\n## Installation\r\n\r\nYou can install Crypto Tracker using pip:\r\n\r\n```\r\npip install coinprice\r\n```\r\n\r\n## Usage\r\n\r\nTo track the price of a cryptocurrency, simply run the following command:\r\n\r\n**[Here you can find a list of all cryptocurrencies you can use.](https://github.com/7GitGuru/crypto-tracker/blob/main/coin-names.json)**\r\n\r\n```\r\nprice <coin> [--interval time]\r\n```\r\n\r\nReplace `<coin>` with the cryptocurrency you want to track (e.g., bitcoin, ethereum). You can optionally specify the interval (in seconds) for price updates using the `--interval` flag. By default, the interval is set to 15 seconds.\r\n\r\nExample usage:\r\n\r\n```\r\nprice btc                        Track the price of Bitcoin from all exchanges.\r\nprice eth --binance              Track the price of Bitcoin from Binance.\r\nprice ltc --bybit --interval 10  Track the price of Litecoin from Bybit with a check interval of 10 seconds.\r\n```\r\n\r\n### [Check out Telegram version!](https://github.com/7GitGuru/crypto-tracker/tree/telegram)\r\n\r\n## Contributing\r\n\r\nContributions to Crypto Tracker are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a [pull request](https://github.com/7GitGuru/crypto-tracker/pulls) on GitHub.\r\n\r\n## License\r\n\r\nCrypto Tracker is released under the MIT License. See [LICENSE](https://github.com/7GitGuru/crypto-tracker/blob/main/LICENSE) for details.\r\n\r\n<h2 align=\"center\">\r\n\r\n[Donate](https://www.buymeacoffee.com/bohd4n)\r\n\r\n</h2>\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "CryptoTracker is a command-line tool for tracking cryptocurrency prices across multiple exchanges.",
    "version": "1.3.0",
    "project_urls": {
        "Documentation": "https://github.com/7GitGuru/crypto-tracker/blob/cmd/README.md",
        "GitHub": "https://github.com/7GitGuru/crypto-tracker/tree/cmd",
        "Website": "https://cryptotrack3r.vercel.app/"
    },
    "split_keywords": [
        "cryptocurrency",
        " crypto",
        " bitcoin",
        " ethereum",
        " tracking",
        " prices",
        " finance",
        " binance",
        " okx",
        " bybit",
        " coinbase"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f55e5d2af648e0cb28e833be91d0f674f9e21b4b30ca52597fd2e4891552f3f",
                "md5": "4b8b30c4d1401ab353d973a79bdd3a50",
                "sha256": "a07d02f946758ae05b7c6b35f9105cfb36177cf991262b7f7c073ffc12104e31"
            },
            "downloads": -1,
            "filename": "coinprice-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b8b30c4d1401ab353d973a79bdd3a50",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5663,
            "upload_time": "2024-04-07T18:39:22",
            "upload_time_iso_8601": "2024-04-07T18:39:22.382549Z",
            "url": "https://files.pythonhosted.org/packages/1f/55/e5d2af648e0cb28e833be91d0f674f9e21b4b30ca52597fd2e4891552f3f/coinprice-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "beb4401dfa81f28581f6d85ecdd3fd547780ebe31724552463734fa66a45bb1e",
                "md5": "07be2cde0da6834e0f90b7f71a877043",
                "sha256": "208aaac3ea6e020424b00da0e59e9568a7c9eb5af7a13253de4e10b68ee35083"
            },
            "downloads": -1,
            "filename": "coinprice-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "07be2cde0da6834e0f90b7f71a877043",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4963,
            "upload_time": "2024-04-07T18:39:24",
            "upload_time_iso_8601": "2024-04-07T18:39:24.229962Z",
            "url": "https://files.pythonhosted.org/packages/be/b4/401dfa81f28581f6d85ecdd3fd547780ebe31724552463734fa66a45bb1e/coinprice-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-07 18:39:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "7GitGuru",
    "github_project": "crypto-tracker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "coinprice"
}
        
Elapsed time: 0.24576s