{"id":19936186,"url":"https://github.com/havocesp/cctf","last_synced_at":"2025-06-15T12:39:14.024Z","repository":{"id":111464484,"uuid":"152125977","full_name":"havocesp/cctf","owner":"havocesp","description":"Crypto Currencies Trading Framework","archived":false,"fork":false,"pushed_at":"2025-04-15T03:23:41.000Z","size":83,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-03T12:36:01.927Z","etag":null,"topics":["altcoin","cryptocurrency","crytocurrencies","exchanges","finance","framework","indicators","technical-analysis","trading"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-08T18:20:05.000Z","updated_at":"2023-11-05T16:46:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e121787-3704-4240-bc46-3e99d759907b","html_url":"https://github.com/havocesp/cctf","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/havocesp/cctf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fcctf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fcctf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fcctf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fcctf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/havocesp","download_url":"https://codeload.github.com/havocesp/cctf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/havocesp%2Fcctf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259977655,"owners_count":22941115,"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":["altcoin","cryptocurrency","crytocurrencies","exchanges","finance","framework","indicators","technical-analysis","trading"],"created_at":"2024-11-12T23:24:08.750Z","updated_at":"2025-06-15T12:39:14.003Z","avatar_url":"https://github.com/havocesp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CCTF\n\nCrypto-Currencies Trading Framework.\n\n - Author: Daniel J. Umpierrez\n - License: LGPL-3.0\n - Version: 0.1.2\n\n## Description\n\nA Python3 trading framework with some useful features.\n\n\n## Requirements\n\n- Python 3.6+ (may work on \u003c= 3.5 versions but not tested)\n\n## Installation\n\n### Using `pip` and project **GitHub** URL.\n\n```sh\npip install \"git+https://github.com/havocesp/cctf.git\"\n```\n\n### Using `pip` from Pypi repository\n\n```sh\npip install cctf\n```\n\n### Using `git`\n\n```sh\ngit clone https://github.com/havocesp/cctf.git\ncd cctf\npython setup.py install\n```\n\n## Usage\n\n### Basic example\n\n```python\nimport cctf\napi = cctf.Currency('BTC')\nprint(api.to('ETH'))\n# 0.0343\n```\n\n## Changelog\n\nProject changes over versions.\n\n### 0.1.4\n\n - New requests dependency\n - Some code routines has been simplified\n - Many minor fixes\n - Modified some classes structure to get closer to 'ccxt' model.\n\n### 0.1.2\n\n - No dependencies goal achieved and many errors and fixed.\n\n### 0.1.1\n\n- Added dependency links in \"setup.py\" file.\n- Replaced builtin \"logging\" module by self made\n\"[logging4hummans](https://github.com/havocesp/logging4hummans) \" one.\n\n### 0.1.0\n\n- Initial version\n\n## TODO\n\n- [ ] Create a ticker model class.\n- [ ] Create documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhavocesp%2Fcctf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhavocesp%2Fcctf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhavocesp%2Fcctf/lists"}