1

is there a way to get the date of friendship creation for both my friends and followers in twitter?

especially for python-twitter....

goh
  • 27,631
  • 28
  • 89
  • 151

1 Answers1

3

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.

Adam Green
  • 1,356
  • 8
  • 9