mrbrianevans / social-media-export-analyser

Analyse GDPR exports of your data from big social media companies
https://social-media-export-analyser-mrybc.ondigitalocean.app/
MIT License
1 stars 0 forks source link

Add support for twitter profiles #15

Open mrbrianevans opened 3 years ago

mrbrianevans commented 3 years ago

Add a post processor, typescript interface and random generator for twitter profile.js files.

Example data:

{
  "profile" : {
    "description" : {
      "bio" : "string",
      "website" : "string",
      "location" : "City, Country"
    },
    "avatarMediaUrl" : "string",
    "headerMediaUrl" : "string"
  }
}