Shows how to get repo export and walk it in TypeScript walktherepo.wisp.place
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 14 lines 581 B view raw view rendered
1# Walk The Repo 2 3demo: [https://walktherepo.wisp.place](https://walktherepo.wisp.place/) 4 5A demo showing how to use [@atcute](https://github.com/mary-ext/atcute) to download a user's repo and "walk" it to access all the records inside of it faster than you would via multiple api calls. 6If you're just wanting to see that code directly it's [here](https://tangled.org/baileytownsend.dev/repo-walk-example/blob/main/src/lib/RepoStats.svelte#L56). 7 8Comparisons using my repo as an example. 9 10Repo Export 11![](./.tangled/images/carWalk.jpg) 12 13API Calls 14![](./.tangled/images/apiWalk.jpg)