Search code examples
pythontwitterpython-twitter

can i get date of friendship in twitter?


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

especially for python-twitter....


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.