V1.0 Twitter Bot

Who would like to help me build a Twitter bot that replies to tweets every x minutes with the same message after searching for certain keywords in the tweet? :slight_smile:

https://dev.twitter.com/twitterkit/overview

Order of actions for the macro:

  1. Listen to Twitter for the keywords input by the User
  2. Reply to the tweet(s) containing te keywords
  3. Reply with pre-defined message set by the User
  4. Repeat reply every x minutes
  5. Do not reply to same tweet
  6. Bot to autonomously run whenever the computer is on in the background

I do not know how to listen for keywords, identify tweets with matching keywords and then reply to them - yet

Twitter AutoReply Bot v1.0.kmmacros (3.4 KB)