{"id":20767997,"url":"https://github.com/ajxv/potato-grid","last_synced_at":"2026-02-05T22:31:29.480Z","repository":{"id":144093634,"uuid":"583958812","full_name":"ajxv/potato-grid","owner":"ajxv","description":"Grid bot using python","archived":false,"fork":false,"pushed_at":"2023-03-01T09:57:41.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T01:32:18.774Z","etag":null,"topics":["bot","cryptocurrency","trading","trading-bot"],"latest_commit_sha":null,"homepage":"","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/ajxv.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":"2022-12-31T16:37:05.000Z","updated_at":"2025-08-02T19:31:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a9a3005-6a6b-4cf4-9746-66113ce744f1","html_url":"https://github.com/ajxv/potato-grid","commit_stats":null,"previous_names":["ajxv/potato-grid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajxv/potato-grid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajxv%2Fpotato-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajxv%2Fpotato-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajxv%2Fpotato-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajxv%2Fpotato-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajxv","download_url":"https://codeload.github.com/ajxv/potato-grid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajxv%2Fpotato-grid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29136760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T21:59:57.939Z","status":"ssl_error","status_checked_at":"2026-02-05T21:59:57.628Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bot","cryptocurrency","trading","trading-bot"],"created_at":"2024-11-17T11:34:25.355Z","updated_at":"2026-02-05T22:31:29.392Z","avatar_url":"https://github.com/ajxv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Potato Grid\n\nThis is a Python script that creates a grid trading bot. This bot uses the ccxt library to access the Binance exchange and perform automated trades.\n\n## Getting Started\n\n### Prerequisites\n\nTo use this bot, you need:\n\n-   Python 3\n-   The ccxt library\n-   API key and secret key for Binance.\n\n### Installing\n\n1.  Install Python 3 if you haven't already. You can download it from [here](https://www.python.org/downloads/).\n    \n2.  Install the dependencies using `pip install -r requirements.txt`.\n    \n\n### Configuration\n\n - Before running the bot, you need to configure it using the `config.py` file.\n    - You can adjust the `Config` class variables to match your trading preferences.\n - Add your API keys in `keys.py` file: \n\t```python\n\tAPI_KEY = \"api-key-goes-here\"\n\tSECRET_KEY = \"secret-key-goes-here\"\n\t```\n \n\n### Running the Bot\n\nRun the bot by executing `python bot.py` in the terminal.\n\n## Functionality\n\nThe bot will initially place a number of buy and sell orders on either side of the current market price at intervals of `GRID_STEP_SIZE` and `GRID_SIZE` respectively.\n\nOnce the orders are placed, the bot will continually monitor their status. If a buy order is filled, the bot will place a new sell order at a price `GRID_SIZE` above the executed buy price. If a sell order is filled, the bot will place a new buy order at a price `GRID_SIZE` below the executed sell price.\n\nThe bot will log all executed trades and their prices in the `orders.json` file.\n\n## Authors\n\n-   [ed](https://github.com/gandalf-the-lonesome)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajxv%2Fpotato-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajxv%2Fpotato-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajxv%2Fpotato-grid/lists"}