{"id":18799064,"url":"https://github.com/mylinuxchoice/crypto-x-twitter-trader-2023","last_synced_at":"2025-09-02T09:31:58.603Z","repository":{"id":212836211,"uuid":"732420071","full_name":"MyLinuxChoice/Crypto-X-Twitter-Trader-2023","owner":"MyLinuxChoice","description":"A powerful, innovative, and real-time crypto trading bot that triggers trades based on keywords from Twitter tweets.📱 Real-time Twitter Monitoring: Our bot monitors keywords from Tweets in real-time, triggering trades in a split second. 📈 Trade Multiple Cryptos Concurrently: Multi-threading enables multiple trades to occur at the same time","archived":false,"fork":false,"pushed_at":"2024-05-08T18:48:39.000Z","size":60,"stargazers_count":24,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T19:59:30.820Z","etag":null,"topics":["ai","dapp","hack","pancakeswap","pancakeswap-bot","python","python3","solidity","trade","trade-bot","trader","twitter","twitter-api","twitter-bot","uniswap","uniswap-bot","web3","web3-dapp"],"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/MyLinuxChoice.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":"2023-12-16T16:06:16.000Z","updated_at":"2025-05-30T15:15:45.000Z","dependencies_parsed_at":"2024-05-05T16:23:51.440Z","dependency_job_id":"d7c8e877-53b6-4bc3-8613-85101eca7b04","html_url":"https://github.com/MyLinuxChoice/Crypto-X-Twitter-Trader-2023","commit_stats":null,"previous_names":["mylinuxchoice/crypto-twitter-trader-2023"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MyLinuxChoice/Crypto-X-Twitter-Trader-2023","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyLinuxChoice%2FCrypto-X-Twitter-Trader-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyLinuxChoice%2FCrypto-X-Twitter-Trader-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyLinuxChoice%2FCrypto-X-Twitter-Trader-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyLinuxChoice%2FCrypto-X-Twitter-Trader-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MyLinuxChoice","download_url":"https://codeload.github.com/MyLinuxChoice/Crypto-X-Twitter-Trader-2023/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyLinuxChoice%2FCrypto-X-Twitter-Trader-2023/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273263549,"owners_count":25074759,"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-02T02:00:09.530Z","response_time":77,"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":["ai","dapp","hack","pancakeswap","pancakeswap-bot","python","python3","solidity","trade","trade-bot","trader","twitter","twitter-api","twitter-bot","uniswap","uniswap-bot","web3","web3-dapp"],"created_at":"2024-11-07T22:13:59.967Z","updated_at":"2025-09-02T09:31:58.329Z","avatar_url":"https://github.com/MyLinuxChoice.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Crypto X Twitter Trader 2023 🚀 \n\nA powerful, innovative, and real-time crypto trading bot that triggers trades based on keywords from Twitter tweets.\n\n## 🎯 Features\n\n- 📱 **Real-time Twitter Monitoring**: Our bot monitors keywords from Tweets in real-time, triggering trades in a split second.\n- 📈 **Trade Multiple Cryptos Concurrently**: Multi-threading enables multiple trades to occur at the same time.\n- 💰 **Dynamic Adjustments**: Buy amounts are requested in $ and dynamically adjusted to valid crypto amounts based on the latest exchange rate.\n- 🛠️ **Customizable Trading Strategies**: Specify your own keywords and coins to implement any trade strategies.\n- 💼 **Supports Binance \u0026 Kraken Exchanges**: API keys are kept securely in a separate json file.\n- ⌛ **Graceful Exit**: When you hit ctrl-c, it waits for the trades to sell automatically according to the specification then closes the program.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/jaimindp/Twitter_Activated_Crypto_Trading_Bot/blob/main/elon_2.gif\"\u003e\n\u003c/p\u003e\n\n\n## 🚀 Getting Started\n\n### Installation\n\n\npip install -r requirements.txt\nRunning with Binance (single ticker):\nEdit config.json to add your API keys.\n\nExample config.json\n\n\n{\n    \"twitter_keys\": {\n        \"consumer_key\": \"YOUR_CONSUMER_KEY\",\n        \"consumer_secret\": \"YOUR_CONSUMER_SECRET\",\n        \"access_token_key\": \"YOUR_ACCESS_TOKEN_KEY\",\n        \"access_token_secret\": \"YOUR_ACCESS_TOKEN_SECRET\"\n    }\n}\n\n\n## 📝 Notes\nA Twitter Developer API is required to detect tweets through Tweepy.\nA crypto exchange (Kraken/Binance) API is required and used through ccxt (cryptocurrency exchange trading library).\nccxt allows universal function calls to be used on multiple exchanges; adding a new exchange should not be difficult as long as ccxt has the same functions implemented.\nIf anything is not working correctly, please let us know!\n\n\n## 💡 Future Improvements\nFutures trading up to 100x leverage.\nMore exchanges to be supported.\nAdvanced trading strategies based on more complex tweet analysis.\n\n## 🚩 Disclaimer\nInvesting in cryptocurrencies is risky, and you may lose all your capital. Please use this bot responsibly and at your own risk.\n\n## 📭 Contact\nFor any queries or issues, feel free to contact us. We appreciate your feedback.\n\n🌟 Don't forget to star the repository if you find it useful. Happy trading! 🌟\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmylinuxchoice%2Fcrypto-x-twitter-trader-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmylinuxchoice%2Fcrypto-x-twitter-trader-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmylinuxchoice%2Fcrypto-x-twitter-trader-2023/lists"}