{"id":48217985,"url":"https://github.com/dbachko/crypto-guard","last_synced_at":"2026-04-04T19:02:53.142Z","repository":{"id":40702626,"uuid":"115075301","full_name":"dbachko/crypto-guard","owner":"dbachko","description":"Crypto Guard","archived":false,"fork":false,"pushed_at":"2023-03-14T16:32:41.000Z","size":1163,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-03T22:50:40.584Z","etag":null,"topics":["aws","crypto","es6","nodejs","serverless"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbachko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-22T04:07:09.000Z","updated_at":"2021-07-10T13:28:58.000Z","dependencies_parsed_at":"2023-02-06T18:17:13.978Z","dependency_job_id":null,"html_url":"https://github.com/dbachko/crypto-guard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbachko/crypto-guard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbachko%2Fcrypto-guard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbachko%2Fcrypto-guard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbachko%2Fcrypto-guard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbachko%2Fcrypto-guard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbachko","download_url":"https://codeload.github.com/dbachko/crypto-guard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbachko%2Fcrypto-guard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31409471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["aws","crypto","es6","nodejs","serverless"],"created_at":"2026-04-04T19:02:28.791Z","updated_at":"2026-04-04T19:02:53.134Z","avatar_url":"https://github.com/dbachko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto Guard\n\nMakes money while you sleep.\n\n## How to install\n\n1. Clone this repo\n2. Run `npm install`\n3. Deploy with `serverless deploy`\n4. Create `subscribers.json` using this structure: `[{\"name\": \"\", \"phone\": \"\"}, ...]` inside `crypto-guard-s3-bucket-json` S3 bucket.\n5. Create `coinlist.json` inside `crypto-guard-s3-bucket-json` S3 bucket.\n\n## Roadmap\n\n1. Create common wrapper for Trading bot.\n2. Implement Triangular arbitrage strategy.\n3. Separate codebase into services.\n4. Binance: parse \u003chttps://support.binance.com/hc/en-us/articles/115000594711-Trading-Rule\u003e\n\n## Crypto coin list update\n\n1. Fetch new list from a Browser console:\n\n```javascript\nconst res = await fetch('https://min-api.cryptocompare.com/data/all/coinlist');\nconst json = await res.json();\nJSON.stringify(Object.keys(json.Data).sort());\n```\n\n## Binance symbols update\n\n1. Go to \u003chttps://support.binance.com/hc/en-us/articles/115000594711-Trading-Rule\u003e\n2. Run this in a Browser console:\n\n```javascript\nlet tbl = $('table tr:has(td)')\n  .map(function () {\n    const $td = $('td', this);\n    return [[$td.eq(1).text().replace('/', ''), $td.eq(2).text()]];\n  })\n  .get();\n\nJSON.stringify(tbl);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbachko%2Fcrypto-guard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbachko%2Fcrypto-guard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbachko%2Fcrypto-guard/lists"}