maxbbraun / trump2cash

A stock trading bot powered by Trump tweets
https://trump2cash.biz
MIT License
6.25k stars 857 forks source link

Make it work outside of Compute Engine #7

Open maxbbraun opened 7 years ago

maxbbraun commented 7 years ago

Could be nice to lower the barrier of entry.

Cloud logging can already be disabled easily. Maybe wrap some imports in try/except.

Would need to figure out how to make Application Default Credentials work for the Cloud Natural Language API.

moe-khan123 commented 7 years ago

Hi Max, great work. Total python newb here coming from an ASP.NET background -- You're using Compute Engine to essentially run the bot on that platform right?

I am thinking perhaps there is an interface that has "Start Bot" and "Stop Bot" and the bot runs locally on your machine rather than deploying the python application to a VM. Thoughts?