Python Instagram Full Profile Scraper is an app for download all the post in a profile Program has two parts Firt part is in the profile.py in this part program keep going next page in the profile until the end and the second part is post.py when profile.py finds a post, it will orient post to post.py and it will download all the content into directory for username
- requests
- json
- urllib.request
python profile.py Program will ask for a username and start downloading all the contents. (Profiles must be public)