robswc / tradingview-webhooks-bot

a framework 🏗 for trading with tradingview webhooks!
http://tvwb.robswc.me
GNU General Public License v3.0
603 stars 182 forks source link

Method Not Allowed flask error 405 #3

Closed roboluc closed 5 years ago

roboluc commented 5 years ago

Hi I get "Method Not Allowed flask error 405" when I try to run your script any solution?

roboluc commented 5 years ago

Nevermind I fixed it it's working now!

alsopgroup commented 4 years ago

how did you resolve it

roboluc commented 4 years ago

You first need to get Ngrok up and running after that you can send the tradingview alerts to your localhost flask server. Check wiki for details https://github.com/Robswc/tradingview-webhooks-bot/wiki/Quick-Start-Guide. But you can also buy a domain name and forward it to your own flask server then you don't need Ngrok.

alsopgroup commented 4 years ago

Ya I did have it running. It looks like I needed to use /webhook on my ngrok link to get it to work