GithubHelp home page GithubHelp logo

jaimindp / twitter_activated_crypto_trading_bot Goto Github PK

View Code? Open in Web Editor NEW
107.0 13.0 39.0 48.08 MB

Buys crypto through keyword detection in new tweets. Executes buy in 1 second and holds for a given time (e.g. Elon tweets 'doge', buys Dogecoin and sells after 5 minutes). Tested on Kraken and Binance exchanges

Python 100.00%
binance dogecoin trading-bot crypto cryptocurrency tweets twitter twitter-bot kraken trading

twitter_activated_crypto_trading_bot's People

Contributors

jaimindp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

twitter_activated_crypto_trading_bot's Issues

Default coin?

Is there a specified coin needed to make a buy order ? What type of coin should I have in my wallet so that this bot can work?

Crash with proposed json config

Hi, I am testing your software (successfully with self tweet)
I noticed that python twitter_binance.py crashes if specified (with values or not) the kraken line.
The keys.json with twitter_binance.py works with this format

{ "twitter_keys":{ "consumer_key":"xxx", "consumer_secret":"xxx", "access_token_key":"xxx", "access_token_secret":"xxx" }, "binance_keys":{ "api_key":"xxx", "secret_key":"xxx" } }

Fail at tweet collector

I've got two errors during the last days (last git fetch)
While waiting for tweet, running for 2-3 days

one session

[{'message': 'Internal error', 'code': 131}]
Failed at tweet collector

another session

[{'message': 'Over capacity', 'code': 130}]
Temporarilty failed at tweet collector

help

Traceback (most recent call last):
File "twitter_binance.py", line 6, in
from stream_multiple import *
File "/home/ubuntu/Tdoge/stream_multiple.py", line 8, in
from tweepy.streaming import StreamListener
ImportError: cannot import name 'StreamListener' from 'tweepy.streaming' (/home/ubuntu/.local/lib/python3.8/site-packages/tweepy/streaming.py)

ModuleNotFoundError: No module named 'binance_futures_api'

New error, ive tried pip install binance_futures_api, but theres no module.

C:\Users\Adobe\Desktop\Twitter_Activated_Crypto_Trading_Bot-main>python twitter_kraken.py
Traceback (most recent call last):
File "twitter_kraken.py", line 6, in
from stream import *
File "C:\Users\Adobe\Desktop\Twitter_Activated_Crypto_Trading_Bot-main\stream.py", line 9, in
from binance_futures_api import *
ModuleNotFoundError: No module named 'binance_futures_api'

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.