Reciprocity
What needs to be inside
Include followers and following in the request. The tool reads connections/…/followers_and_following/ JSON files. Keep / Unfollow labels are stored only in this browser.
How Keep & Unfollow work
This isn’t live Instagram — only your download. Unfollow tracks who you’ve handled; Keep hides accounts you still want to follow (e.g. creators). On a wide screen those lists stay in a side panel while you scroll the queue. Upload a newer export to refresh.
Fastest: Drop your .zip above — no server.
Or open this page through a local server so bundled JSON files can load (browsers block file:// fetches).
From the Mini project folder run:
python3 -m http.server 8765
Then visit http://localhost:8765/ or http://localhost:8765/index.html
Or pick JSON files manually below.
Review