{"id":19433114,"url":"https://github.com/pariazar/niceprice","last_synced_at":"2025-10-28T03:47:03.457Z","repository":{"id":112490621,"uuid":"303805630","full_name":"pariazar/NicePrice","owner":"pariazar","description":"API and telegram bot for retrieving price of digital currencies and metals","archived":false,"fork":false,"pushed_at":"2020-10-18T12:16:04.000Z","size":184,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T06:19:09.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/pariazar.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,"publiccode":null,"codemeta":null}},"created_at":"2020-10-13T19:16:00.000Z","updated_at":"2020-11-28T04:01:50.000Z","dependencies_parsed_at":"2023-05-15T08:00:14.777Z","dependency_job_id":null,"html_url":"https://github.com/pariazar/NicePrice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pariazar/NicePrice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pariazar%2FNicePrice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pariazar%2FNicePrice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pariazar%2FNicePrice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pariazar%2FNicePrice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pariazar","download_url":"https://codeload.github.com/pariazar/NicePrice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pariazar%2FNicePrice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281381649,"owners_count":26491160,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T14:38:32.978Z","updated_at":"2025-10-28T03:47:03.427Z","avatar_url":"https://github.com/pariazar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NicePrice\n![alt text](https://github.com/hamedpa/NicePrice/raw/master/cover/cryptocurrency_plain_7%20(1).jpg)\n\nAPI and telegram bot for retrieving price of digital currencies and metals\n\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\n1- access data in json format\n\n2- don't need any token (free)\n\n\n\u003ch2\u003eDownload\u003c/h2\u003e\n  \n  \u003cp\u003edownload project with below commad\u003c/p\u003e\n  \n    git clone https://github.com/hamedpa/NicePrice\n\n\u003ch2\u003eRequirements\u003c/h2\u003e\n\n  \u003cp\u003einstall requirements with below commad\u003c/p\u003e\n  \n    npm i \u0026\u0026 pip install -r requirements.txt\n\n\u003ch2\u003eUsage\u003c/h2\u003e\n\n\u003cp\u003efirst step : you should run below commad for running API\u003c/p\u003e\n\n    nodemon index.js\n\n\u003cp\u003ethat's it API is ready\u003c/p\u003e\n\n\u003cp\u003efor get all prices of digital currencies you need to send request to below address\u003c/p\u003e\n\n    http://localhost:3000/digital_currencies\n\n\u003cp\u003eoutput (JSON format) look like this\u003c/p\u003e\n\n    \"digital_currencies\":[\n          {\n             \"asset\":\"BTC\",\n             \"price\":\"$11,421.00\",\n             \"market cap\":\"$211.47B\",\n             \"total exchange volume\":\"$19.04B\",\n             \"returns 24h\":\"0.41%\",\n             \"total supply\":\"18.52M\",\n             \"category\":\"Currency\",\n             \"value proposition\":\"Digital gold\"\n          },\n          \n\u003cp\u003eif you looking for specific digital currency information then you will need to enter asset like bellow address\u003c/p\u003e\n    \n      http://localhost:3000/digital_currencies/ETH\n      \n\u003cp\u003eand the result like this\u003c/p\u003e\n\n      {\n     \"digital_currencies\":{\n        \"asset\":\"ETH\",\n        \"price\":\"$382.76\",\n        \"market cap\":\"$43.25B\",\n        \"total exchange volume\":\"$9.58B\",\n        \"returns 24h\":\"0%\",\n        \"total supply\":\"113.00M\",\n        \"category\":\"Software platform\",\n        \"value proposition\":\"Global computer\"\n        }\n      }\n    \n\n\u003ch1\u003eTelegram BOT\u003c/h1\u003e\n\n\u003cp\u003efor running telegram bot first make ready telegram bot token from fatherbot in telegram application\n  \n  then you should run telegram_bot1.py in telegram_bot directory/folder with blow command\u003c/p\u003e\n    \n       python telegram_bot1.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpariazar%2Fniceprice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpariazar%2Fniceprice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpariazar%2Fniceprice/lists"}