Exploring your Twitter data

Twitter allows you to download your own data. But data alone is not particularly valuable if there isn't much you can do with it. This can change.

The gt4twitter project offers an exercise of building a model and views through which to explore this specific data. Load it from GitHub(first, please go through the instructions from How to work with GitHub ):

Metacello new
    repository: 'github://feenkcom/gt4twitter:main';
    baseline: #GToolkit4Twitter;
    load.
#BaselineOfGToolkit4Twitter asClass loadLepiter.
  

The repository contains a Lepiter knowledge base. Once you have loaded the code and the Lepiter knowledge base associated with it, please follow the instructions from: Overview.