{"id":30827554,"url":"https://github.com/praneshasp/crypto-trading-bot","last_synced_at":"2025-10-05T05:22:02.752Z","repository":{"id":40591076,"uuid":"380047190","full_name":"PraneshASP/crypto-trading-bot","owner":"PraneshASP","description":"This is a customizable sentiment based cryptocurrency trading bot built using NodeJS","archived":false,"fork":false,"pushed_at":"2021-06-25T18:52:32.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-12T21:57:18.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/PraneshASP.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}},"created_at":"2021-06-24T20:50:05.000Z","updated_at":"2024-04-12T21:57:18.481Z","dependencies_parsed_at":"2022-09-17T08:50:48.119Z","dependency_job_id":null,"html_url":"https://github.com/PraneshASP/crypto-trading-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PraneshASP/crypto-trading-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraneshASP%2Fcrypto-trading-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraneshASP%2Fcrypto-trading-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraneshASP%2Fcrypto-trading-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraneshASP%2Fcrypto-trading-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PraneshASP","download_url":"https://codeload.github.com/PraneshASP/crypto-trading-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PraneshASP%2Fcrypto-trading-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273908854,"owners_count":25189207,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":[],"created_at":"2025-09-06T13:13:50.544Z","updated_at":"2025-10-05T05:21:57.727Z","avatar_url":"https://github.com/PraneshASP.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Product Name Screen Shot](https://cdn-images-1.medium.com/max/2560/1*8OvHd4ONUtZLQFSMQ4kVwg.jpeg)\n\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eSentiment based Cryptocurrency trading Bot\u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n     \u003ca href=\"https://medium.com/geekculture/this-bot-can-trade-bitcoin-whenever-elon-musk-tweets-about-it-614b95633663\"\u003e\u003cstrong\u003eExplore the post »\u003c/strong\u003e\u003c/a\u003e\n     \u003cbr /\u003e \u003cbr /\u003e\n    \u003ca href=\"https://github.com/PraneshASP/crypto-trading-bot/issues\"\u003eReport Bug \u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/PraneshASP/crypto-trading-bot/issues\"\u003e Request Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n### What's inside this repo?\n\n- NodeJS bot that trades the cryptocurrency on Binance \n- Customization Possible - check `config.js` file\n- Uses Twitter API\n- Ability to record the trades in `trade.logs` file.\n\nFor a more detailed explanation of the code, you can refer to my medium post associated with this repository.\n\n\u003e [Visit blog](https://medium.com/geekculture/this-bot-can-trade-bitcoin-whenever-elon-musk-tweets-about-it-614b95633663) - This bot can trade Bitcoin whenever Elon Musk tweets about it.\n\n### Built With\n\n- [Node.js]() - JavaScript runtime built on Chrome's V8 JavaScript engine.\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps :\n\n### Prerequisites\n\nTo run this project, you'll need to have the following installed:\n\n- Node.js : [https://nodejs.org](https://nodejs.org)\n\n- npm :\n  ```sh\n  npm install npm@latest -g\n  ```\n- [Twitter Developer Account](https://developer.twitter.com/en/apply/user.html): For getting the Bearer token to make valid requests to Twitter API. \u003cbr\u003e\n\n- [Binance Testnet Keys](https://testnet.binance.vision): The keys are required to place orders programatically on the Binance Testnet exchange. It can be obtained by signing in with  your GitHub account.\n\n### Installation\n\n1. Clone the repo :\n   ```sh\n   git clone https://github.com/PraneshASP/crypto-trading-bot.git\n   ```\n2. Install dependencies (use `sudo` if required) :\n\n   ```sh\n   npm install\n   ```\n\n3. Copy `.env.example` file into `.env` and add the specified keys/tokens :\n\n\n4. Start the bot :\n   ```sh\n   npm start\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraneshasp%2Fcrypto-trading-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraneshasp%2Fcrypto-trading-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraneshasp%2Fcrypto-trading-bot/lists"}