Skip to content

Instantly share code, notes, and snippets.

@dphiffer
Last active October 31, 2022 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dphiffer/70b1bed7e74430fcbb0d348f91665389 to your computer and use it in GitHub Desktop.
Save dphiffer/70b1bed7e74430fcbb0d348f91665389 to your computer and use it in GitHub Desktop.
Social Network contact data

Social Network contact data

I downloaded my account data archive from Twitter, Facebook, Instagram, LinkedIn, Mastodon, and Flickr. The files below should give you a sense for what kind of contact details get included in each export. Basically I'm wondering to what degree you can look at a list of contacts and use it to keep in touch outside of that service.

If you see a note that says "We can make this file beautiful and searchable ..." that is something that GitHub added because the CSV files are not technically valid.

{
"friends_v2": [
{
"name": "[Name]",
"timestamp": [Numeric timestamp]
},
...
]
}
{
"contacts": {
"[Name]": "https://www.flickr.com/people/[Username]/",
...
}
}
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 1 column, instead of 6. in line 2.
Notes:
"When exporting your connection data, you may notice that some of the email addresses are missing. You will only see email addresses for connections who have allowed their connections to see or download their email address using this setting https://www.linkedin.com/psettings/privacy/email. You can learn more here https://www.linkedin.com/help/linkedin/answer/261"
First Name,Last Name,Email Address,Company,Position,Connected On
[First name],[Last name],[Email],[Company],[Position],[Date]
...
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 2 columns, instead of 1. in line 2.
Account address,Show boosts
[Username]@[Server],true
...
window.YTD.following.part0 = [
{
"following" : {
"accountId" : "[User ID]",
"userLink" : "https://twitter.com/intent/user?user_id=[User ID]"
}
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment