Hello,
I am trying to do something extremely simple in python yet somehow it's very hard. All I want to do is write a python script that records the number of people a instagram user is following, and the number of it's followers. That's it.
Can anyone point me to a good package to do this? preferably not beautiful soup as that is overly complicated for what I want to do. Is there an instagram specific python library?
The account I want to scrape is public. This is very simple to do for twitter.
Any help is appreciated.
Thanks
I am trying to do something extremely simple in python yet somehow it's very hard. All I want to do is write a python script that records the number of people a instagram user is following, and the number of it's followers. That's it.
Can anyone point me to a good package to do this? preferably not beautiful soup as that is overly complicated for what I want to do. Is there an instagram specific python library?
The account I want to scrape is public. This is very simple to do for twitter.
Any help is appreciated.
Thanks