{"id":19936205,"url":"https://github.com/havocesp/cryptocmpy","last_synced_at":"2025-07-16T05:39:30.255Z","repository":{"id":111464775,"uuid":"150977785","full_name":"havocesp/cryptocmpy","owner":"havocesp","description":"Crypto-Compare Python API Wrapper.","archived":false,"fork":false,"pushed_at":"2025-05-10T03:02:58.000Z","size":61,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T22:06:53.779Z","etag":null,"topics":["altcoins","api","api-wrapper","client","cryptocompare-api","cryptocurrencies","cyptocurrency","python","rest","rest-api"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/havocesp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-09-30T15:08:52.000Z","updated_at":"2021-12-17T01:12:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e18e40f-89ca-4355-a236-05ed21fa83ab","html_url":"https://github.com/havocesp/cryptocmpy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/havocesp/cryptocmpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fcryptocmpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fcryptocmpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fcryptocmpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fcryptocmpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/havocesp","download_url":"https://codeload.github.com/havocesp/cryptocmpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fcryptocmpy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265485203,"owners_count":23774447,"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":["altcoins","api","api-wrapper","client","cryptocompare-api","cryptocurrencies","cyptocurrency","python","rest","rest-api"],"created_at":"2024-11-12T23:24:13.842Z","updated_at":"2025-07-16T05:39:30.232Z","avatar_url":"https://github.com/havocesp.png","language":"Python","readme":"# CryptoCmpy\n\n- **Author**: `Daniel J. Umpierrez`\n- **Site**: [https://github.com/havocesp/cryptocmpy](https://github.com/havocesp/cryptocmpy)\n- **License**: `UNLICENSE`\n- **Version**: `0.1.2`\n\n# Description\nJust another Python 3 \"**CryptoCompare**\" API wrapper.\n\n# Requirements\n - [python](https://www.python.org/) `(3.5+)`\n - [requests](https://github.com/TODO/requests)\n \n# Installation\n\n## _GitHub_ repository (using `pip`)\n\n`$ pip install git+https://github.com/havocesp/cryptocmpy`\n\n# Usage\n\n```python\nimport time\nfrom cryptocmpy import CryptoCmpy\n\n# amount of seconds calculation for 1 day\nday2seconds = 3600 * 24\n# current unix datetime format in seconds\nepoch = int(time.time())\n\n# from 3 days ago to now as unix epoch\nsince = epoch - (day2seconds * 3)\n\ncmp = CryptoCmpy()\n\nhistoric_price = cmp.get_historical_price('BTC', since, 'EUR', 'USD')\n\nprint(historic_price)\n\n```\n\n## Changelog\n\n### 0.1.2\n- Project name changed to Cryptocmpy (Cryptocmp was already taken at pypi.org)\n\n### 0.1.1\n- Removed _utils.py_ module\n- Minor fixes\n\n### 0.1.0\n - Initial version\n\n# TODO\n - [ ] Complete all REST end points implementation.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhavocesp%2Fcryptocmpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhavocesp%2Fcryptocmpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhavocesp%2Fcryptocmpy/lists"}