• add a method to set of accounts that liked a given tweet (currently can only retrieve likes from the perspect of "what tweets did account A like?")
• add date/time that account A liked tweet X to like data
(A retweeted B's retweet of C's tweet currently shows as A retweeted C's tweet, would be helpful to know about B)
• add exact phrase search that includes punctuation (keep the current variant too)
• provide a way to get all replies to a given tweet
• provide an option for chronological, reverse chronological (the current behavior), or random sample when enumerating an account's followers
• add a method to efficiently explore the follower networks of large groups of accounts with few followers each (the current rate limit structure is better suited for pulling large batches from accounts with many followers)
• add a method to get the set of accounts that liked a given tweet (currently can only retrieve likes from the perspect of "what tweets did account A like?")