Python 3 Datakund Web Scraping Script to Scrape Instagram Profile & Comments of Any User in Terminal
from scrape_instagram import *response =instagram.profile_scraper(profile_link="url")#response = {# "body": {# "profile_name": "ashliemolstad",# "posts": "5,259",# "followers": "213k",# "following": "1,098",# "bio": "Life Coach & Podcast Host @youcansipwithus \u2063\u2063Passionate about helping women live a life they love, without waiting on the.....",# "followed_by": "1,098"# },........]}
from scrape_instagram import *response =instagram.comment_scrape(url_link="url")#response = {# "body": {# {# "title": "__vineetha_",# "comment": "Now, don't touch it."# },....]}