Skip to content

Batch download private instagram profile posts,highlights,reels using graphql . No credentials required in the code as user have to manually copy paste link .

License

Notifications You must be signed in to change notification settings

agnivadas/Private_Instagram_Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b73e25c · Dec 3, 2024

History

6 Commits
Dec 3, 2024
Dec 3, 2024
Dec 3, 2024
Dec 3, 2024
Dec 3, 2024

Repository files navigation

Private_Instagram_Downloader

Graphical User Interface based script to batch download posts,reel,highlights,stories of PRIVATE or PUBLIC instagram accounts. NO CREDENTIALS REQUIRED IN SCRIPT.Fast download with multi thread download.

Badges

GPL License Insta Private_Instagram_Downloader Maintenance Static Badge

Requirements

Install Python Latest version then in command terminal paste the following for required libraries :

  pip install requests aiohttp asyncio urllib3 httpx

Features

  • Can use proxies
  • .pyw extension used in the files to prevent appearing of console
  • Multiple threads used in program for fast downloading . Then single thread download to cross check and download any remaining files.
  • Previously downloaded files skipped automatically.

Usage

To download private account posts/stories/highlights , you need to follow the account .

step 1: Copy the url of profile/post/highlight/stories

step 2 : Open Instagram GraphQL generator.pyw and paste the link . Then generate the GraphQL url.

step3: Paste the GraphQL url in the browser where you are logged in , then Select all(Ctrl+A) and Copy(Ctrl+C) the page source data .

step4: open Instagram Downloader.pyw and paste(Ctrl+v) the data then Start Scrapping .

step5: After completed download copy generated url and press reset, then paste in the broswer again to get rest source code and keep repeating process. When all pages are completed no generated url will be blank.

FAQ

If HTTP Error 403 during GraphQL link generation then use proxy or vpn. Must Reset the program for next session. Instagram GraphQL request fetch 12 posts of feed maximum at a time so process repeat is required to download all posts .For highlights downloading no repeat process is required.

Disclaimer

Disclaimer: This is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Instagram. The entire responsibility for the use of programs entirely on you.

About

Batch download private instagram profile posts,highlights,reels using graphql . No credentials required in the code as user have to manually copy paste link .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages