Webscraping Instagram follower count BeautifulSoup

后端 未结 5 1996
暖寄归人
暖寄归人 2021-01-18 21:12

I\'m just starting to learn how to web scrape using BeautifulSoup and want to write a simple program that will get the follower count for a given Instagram

5条回答
  •  深忆病人
    2021-01-18 22:08

    The easist method to do this would be to dump the page html into a text editor and do a text search for the exact number of followers the person has. You can then zero into the element which contains the number.

提交回复
热议问题