nikhil286 / Coronavirus-or-COVID-19-based-Whatsapp-chatbot-using-Twilio-and-Flask

A whatsapp bot that displays the corona virus(COVID-19) situation in India.
2 stars 1 forks source link

code is not working #1

Open vikrantneve opened 4 years ago

vikrantneve commented 4 years ago

when i run code. and open the local host link there is error 404. and even i send message it says 404 not found in ngrok window

nikhil286 commented 4 years ago

Try adding the code below after line 8 i.e. app = Flask(name)

@app.route("/") def hello( ): return "Hello, World"

If it still not works try this link - https://www.youtube.com/watch?v=EeUdel2AJ5g