Skip to content

Instantly share code, notes, and snippets.

@tommyskott
Created March 29, 2022 09:54
Show Gist options
  • Save tommyskott/bd5624ded63d801e9da81f5a93e439ce to your computer and use it in GitHub Desktop.
Save tommyskott/bd5624ded63d801e9da81f5a93e439ce to your computer and use it in GitHub Desktop.
Curl instagram user's posts to a file on the desktop
#!/bin/bash
curl https://www.instagram.com/instagram/\?__a\=1 > ~/Desktop/insta.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment