This script monitors John McAfee's tweets and then purchases coins listed on binance based on the mentioned coins in his tweets.
This bot is simply for fun, don't expect it to make any money whatsoever. I haven't made any money either. It is simply for educational purposes, if you lose any money while using this bot, I will NOT be resposible.
Download the project.
Open settings.py
and input your API keys for twitter and binance.
Open main.py
and enter the amount of bitcoin that you want to gamble with by changing the BTC_to_gamble
var.
You must have python3 installed.
After everything is completed, run it by typing $ python3 main.py
If everything succeeds you should see no errors and only see a json object of numerous coin trackers on available on the exchange.
- python-binance - API for binance
- tweepy - Twitter for python!
- Cryptocurrencies - Get a list of all the cryptocurrency symbols and names.
This project is licensed under the MIT License.