The v0.1 version strategy has been run for more than 1 month, I analyzed the data and visualize it on my blog, found that "buy bitcoin " has no correlation with bitcoin price. In the new strategy, I simplified varialbe, only the "btc usd" gtrend value be collected and the general relation with bitcoin price is that the higher value the key word is, the more changes the price will be. It could be rise, it could be drop.
- The main component collect data from local cryptocurrency exchange and google trend, make a prediction based on the article above
- Analysis collected data and visualize in a flask web server
- demo
pip install -r requirements.txt
python main.py
python server.py
to use telegram, it need a file named config.py
API_ID = 'your api id'
API_HASH = 'your api hash'
SESSION = 'any_name'