This is a Twitter Bot that uses API to automatically respond to the tweet mentioning my Twitter Handle and containing a specific keyword (#Hello in this case).
- Tweepy
- Python
- Sign-Up for the Twitter Developers account.
- Copy the CONSUMER_KEY, CONSUMER_SECRET, ACCESS_KEY, ACCESS_SECRET from your developer account.
- Edit the four keys in the script.
- Run the script or deploy it online.
You are READY TO GO....
If someone now tweets "@YourTwitterHandle" with the keyword "#Hello", this script will automatically reply with '@TheirTwiteerHandle #Hello back to you!'.