Вобщем если кому-то еще понадобится :)
import tweepy
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
auth.set_access_token(user_key, user_secret)
api = tweepy.API(auth)
m = api.mentions()
for metion in m:
print mention.in_reply_to_status_id