Get torrent search results via WhatsApp.
- Sign up for Twilio
- Enable WhatsApp SandBox
- Register your number to your sandbox following the instructions on the site.
In order work in backgroud we need to deploy in server.
- Get Heroku Free Dyno Account
- Install Heroku-CLI in your Machine
- In terminal or cmd enter:
heroku login
- After Logging in
- Create an App.
heroku apps:create [NEW_APP_NAME]
- Access that App
heroku git:remote -a YOUR_APP_NAME
- Go to the repo directoy.
git init
git add .
git commit -m "service"
git push heroku master
- Paste this in terminal or cmd to deploy.
- Go to Programmable SMS -> WhatsApp -> Sandbox.
- In Sandbox Configuration, Change
WHEN A MESSAGE COMES IN
parameter toYOUR_APP_NAME.herokuapp.com/sms
- Save it Twice.