codiak / socialarchive-dapp

Dapp built on Swarm to back-up and interact with Twitter data.
GNU General Public License v3.0
2 stars 3 forks source link

Build 'Home' page for Twitter backup #13

Open ameer-clara opened 2 years ago

ameer-clara commented 2 years ago

We can pretty much follow twitter's example and replace it with our logos :)

Screen Shot 2021-12-15 at 2 52 43 AM
ameer-clara commented 2 years ago

See example in timeline.tsx, line 22 (manifest) and line 20 (unzippedFiles) for data that could be used to build the above page. archiveInfo and userInfo properties in manifest seem useful. When processing the zip file, the only entries that are added in the unzippedFiles are files that have json or media, the rest are skipped.