Fairly new to Twython, hope I'm not sounding too dumb here.
Currently I have Twython listening to the Twitter streaming API for tweets from a single user, then triggering a relay to open a door. It's working well, but I've found that it will trigger whenever my target user tweets something (good) AND whenever anyone tweets anything to my target user (not good).
Is there any way to have Twython trigger an action only when a user tweets, and ignore any replies or new tweets that user?
Any help much appreciated - thanks for reading!~