I’m looking to simply input a series of hashtags and be outputted with those hashtags and their associated post count. I believe I can use the mediacount property: “The count of all media associated with this hashtag.” As found here: https://instaloader.github.io/module/structures.html?highlight=hashtag#instaloader.Hashtag But am insure how to write the code for it. I have tried: This left me with this error:
Tag: instagram
Lookup ERROR while trying to log in instagram using Helium/Selenium
so i am trying to log in using the Helium package which uses selenium under the hood, i looked into its documentation, but i get a lookeup Error. can anyone help please :( Here is the github: Helium Cheatsheet Here is my code: ofc the username and password here are fake ones :) Here is the full error, i get
Scroll down Followers/Following List in the Instagram Box
Hi :) I was looking for a solution to scroll down the following/followers list in the Instagram Box. The step I do are the following: open an IG profile of the user A; click on the button “followers”; a box with a list of 12 followers appears in a IG box. Once the followers list is shown up, when I
How do I scrape a full instagram page in python?
Long story short, I’m trying to create an Instagram python scraper, that loads the entire page and grabs all the links to the images. I have it working, only problem is, it only loads the original 12 photos that Instagram shows. Is there anyway I can tell requests to load the entire page? Working code; Answer As Scratch already mentioned,