You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Python Bot with the help of that we can Tweet from whatsapp
Whatsapp
Twitter(X)
Step For Locally Run
- 1. Create Twilio Account then obtain account_sid, auth_token and your twilio number
- 2. From Twitter developer account create new App, give read & write permission then obtain access_token, access_token_secret, api_key, api_key_secret.
- 3. Run TweetFromWP.py file local
- 4. then you have to use ngrok for obtain Ngrok public url
- 5. now from Twilio Console, navigate to your WhatsApp Sandbox configuration, and update the Inbound Webhook URL to the Ngrok public URL (https://your-ngrok-subdomain.ngrok.io/whatsapp) and select POST
- 6. Now you're ready to test bot : send a WhatsApp message to your Twilio number, and it should be handled by your Flask application running locally through Ngrok.