I am trying to write a script to follow people on twitter. The tweepy API seems pretty good, but I come across some kind of unintuitive behavior associated with matching user IDs with their screen names.
In [1]: import tweepy In [2]: api = tweepy.API()
What gives?
python twitter tweepy
user392870
source share