Loading repository dataβ¦
Loading repository dataβ¦
MyLinuxChoice / repository
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
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A powerful, innovative, and real-time crypto trading bot that triggers trades based on keywords from Twitter tweets.
pip install -r requirements.txt Running with Binance (single ticker): Edit config.json to add your API keys.
Example config.json
{ "twitter_keys": { "consumer_key": "YOUR_CONSUMER_KEY", "consumer_secret": "YOUR_CONSUMER_SECRET", "access_token_key": "YOUR_ACCESS_TOKEN_KEY", "access_token_secret": "YOUR_ACCESS_TOKEN_SECRET" } }
A Twitter Developer API is required to detect tweets through Tweepy. A crypto exchange (Kraken/Binance) API is required and used through ccxt (cryptocurrency exchange trading library). ccxt 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. If anything is not working correctly, please let us know!
Futures trading up to 100x leverage. More exchanges to be supported. Advanced trading strategies based on more complex tweet analysis.
Investing in cryptocurrencies is risky, and you may lose all your capital. Please use this bot responsibly and at your own risk.
For any queries or issues, feel free to contact us. We appreciate your feedback.
π Don't forget to star the repository if you find it useful. Happy trading! π
Status: Active
Repository type: Original