How to compare Twitter Ids in python – Twitter API
I'm working with twitter ids which are strings because they are so huge. Twitter's api has a "Since_id" and I want to search tweets since the earliest tweet in a list. For example: tweet_ids = [u'1003659997241401843', u'1003659997241401234234', u'100365999724140136236'] # etc…