{"id":51640184,"url":"https://github.com/erdieee/ceres","last_synced_at":"2026-07-13T18:34:55.516Z","repository":{"id":152028681,"uuid":"625171328","full_name":"erdieee/ceres","owner":"erdieee","description":"Cryptocurrency Arbitrage Bot","archived":false,"fork":false,"pushed_at":"2024-04-01T15:38:06.000Z","size":50,"stargazers_count":25,"open_issues_count":3,"forks_count":11,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-13T15:50:38.734Z","etag":null,"topics":["arbitrage","arbitrage-bot","ccxt","crypto","crypto-arbitrage","crypto-trading","cryptocurrency","hft","hft-trading","market-maker"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erdieee.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}},"created_at":"2023-04-08T09:29:49.000Z","updated_at":"2024-03-30T03:00:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc303dae-0045-40e3-8f52-a4a35166f8f9","html_url":"https://github.com/erdieee/ceres","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erdieee/ceres","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdieee%2Fceres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdieee%2Fceres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdieee%2Fceres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdieee%2Fceres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erdieee","download_url":"https://codeload.github.com/erdieee/ceres/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdieee%2Fceres/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35432820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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":["arbitrage","arbitrage-bot","ccxt","crypto","crypto-arbitrage","crypto-trading","cryptocurrency","hft","hft-trading","market-maker"],"created_at":"2026-07-13T18:34:54.878Z","updated_at":"2026-07-13T18:34:55.511Z","avatar_url":"https://github.com/erdieee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ceres Arbitrage Bot\n\nCheck orderbooks asynchronously on different exchanges and search for arbitrage opportunities. No trading direction, no gambling, only taking advantage of market inefficiency.\n\n## Installation\n\n```bash\ngit clone https://github.com/erdieee/ceres.git\n\n# Enter downloaded directory\ncd myodds\npip install -r requirements.txt\npip install -e .\n```\n\nCheck the cli options with \n```bash\nceres --help\n```\n\nTo start the bot run\nCheck the cli options with \n```bash\nceres trade\n```\n\n## Configuration\n\nCreate a config.json file in the root directory with the following information:\n\n```\n{\n    \"dry\": true,\n    \"dry_balance\": 1000,\n    \"amount\": 1000,\n    \"order_size\": 0.01,\n    \"symbol\": \"BTC/USDT\",\n    \"exchanges\": [\n        {\n            \"name\": \"binance\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        },\n        {\n            \"name\": \"bybit\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        },\n        {\n            \"name\": \"kucoin\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        },\n        {\n            \"name\": \"okx\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        }\n    ],\n    \"telegram\": {\n        \"enabled\": false,\n        \"token\": \"\",\n        \"chat_id\": \"\"\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdieee%2Fceres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferdieee%2Fceres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdieee%2Fceres/lists"}