is there a way to get the date of friendship creation for both my friends and followers in twitter?
especially for python-twitter....
Twitter doesn't preserve the date a friendship or follow is created, and it doesn't return it in the API. Going forward you can query friends/ids and followers/id every day and record any new relationships with the current date in a database.
精彩评论