Git Product home page Git Product logo

mylinuxchoice / crypto-x-twitter-trader-2023 Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 2.0 60 KB

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

Python 100.00%
ai dapp hack pancakeswap pancakeswap-bot python python3 solidity trade trade-bot

crypto-x-twitter-trader-2023's Introduction

๐Ÿš€ Crypto X Twitter Trader 2023 ๐Ÿš€

A powerful, innovative, and real-time crypto trading bot that triggers trades based on keywords from Twitter tweets.

๐ŸŽฏ Features

  • ๐Ÿ“ฑ 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.
  • ๐Ÿ’ฐ Dynamic Adjustments: Buy amounts are requested in $ and dynamically adjusted to valid crypto amounts based on the latest exchange rate.
  • ๐Ÿ› ๏ธ Customizable Trading Strategies: Specify your own keywords and coins to implement any trade strategies.
  • ๐Ÿ’ผ Supports Binance & Kraken Exchanges: API keys are kept securely in a separate json file.
  • โŒ› Graceful Exit: When you hit ctrl-c, it waits for the trades to sell automatically according to the specification then closes the program.

๐Ÿš€ Getting Started

Installation

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" } }

๐Ÿ“ Notes

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!

๐Ÿ’ก Future Improvements

Futures trading up to 100x leverage. More exchanges to be supported. Advanced trading strategies based on more complex tweet analysis.

๐Ÿšฉ Disclaimer

Investing in cryptocurrencies is risky, and you may lose all your capital. Please use this bot responsibly and at your own risk.

๐Ÿ“ญ Contact

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! ๐ŸŒŸ

crypto-x-twitter-trader-2023's People

Contributors

mylinuxchoice avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

eboot xiaobai3310

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.