https://github.com/ajlearner46/tweet-whatsapp-bot
Python Bot Which able to tweet from whatsapp
https://github.com/ajlearner46/tweet-whatsapp-bot
bot python python-twitter-bot tweepy twilio twitter-bot
Last synced: 8 months ago
JSON representation
Python Bot Which able to tweet from whatsapp
- Host: GitHub
- URL: https://github.com/ajlearner46/tweet-whatsapp-bot
- Owner: AJlearner46
- Created: 2024-01-23T18:18:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T19:10:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T18:14:31.143Z (10 months ago)
- Topics: bot, python, python-twitter-bot, tweepy, twilio, twitter-bot
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.