Hi, I wanted to understand how might I be notified if my bot has been mentioned in a tweet. As a reference, the action I’m looking for is similar to how thread reader app’s bot works. you mention it in a tweet and it replies back to you.
thanks for getting back! what I am looking for more than posting myself is when a different user mentions my bot in comment and how I can handle that
Hello @drstm,
The best way to do this is to build in some logic into your code to recognize when you receive a mention by using the GET statuses/mentions_timeline endpoint and making that automatically trigger a POST statuses/update request.