···1-# WIP
000000000023-Will show how to get a users repo and walk it so you don't do 10 billion list records calls
0
···1+# Walk The Repo
2+3+demo: [https://walktherepo.wisp.place](https://walktherepo.wisp.place/)
4+5+A 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.
6+If 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+8+Comparisons using my repo as an example.
9+10+Repo Export
11+
1213+API Calls
14+
+3-2
index.html
···5 <link rel="icon" type="image/svg+xml" href="/dude.png" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <title>Repo Walking</title>
8- <meta name="description" content="Walk the repo, count the steps.">
9- <meta name="og:description" content="Walk the repo, count the steps.">
01011 </head>
12 <body>