"Here we import our already exported Twitter data, so we ca use it to create our own data visualizations. Lets start by defining our variables:" | dataUrl profile | "This is the address where we publishd our exported Twitter data. Please, if necessary, replace this with your custom link:" dataUrl := 'https://zenodo.org/record/1193821/files/twitter-archive-2018-03-07.zip'. "We load our Twiiter profile details from the exported data:" profile := TwitterProfile fromExportedDataLink: dataUrl. "After that we unziped the data and create a quick overview:" profile unzip; activityOverview