Guan Quan
Guan Quan
I might have unintentionally neglected the dockerisation part previously when i migrate the database to mysql. I have pushed a new commit with the new docker commands. ``` # Clone...
coingecko api issued solved. Try this instead: while True: try: prices = client.get_coin_market_chart_by_id(crypto_id, vs_currency="USD", days=30) except requests.exceptions.RequestException as e: print(e, "errors") time.sleep(15) else: break
Hello, apologies as the readme is not updated. The current data source is from https://www.stockgrid.io/get_short_interest. You can view the code at https://github.com/guanquann/Stocksera/blob/master/scheduled_tasks/discover/miscellaneous.py
For more information on how to set up Stocksera locally, refer to the bottom of https://github.com/guanquann/Stocksera and https://github.com/guanquann/Stocksera/tree/master/scheduled_tasks. If you have a better way, please let me know
> Hey @guanquann, > > Thanks for this! Could you add your key to our `keys_controller` menu so that we can set it directly from the terminal without need to...
You may need to update your library to finnhub-python==2.4.18
Let me know if it works!
Sorry, I made a minor mistake in the library. Update version finvizfinance to 0.13.0, not finnhub-python. You can refer to https://github.com/lit26/finvizfinance/issues/60.