Question

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

especially for python-twitter....

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top