Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 579 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 579 Bytes

InstaBot

A simple automated web scrapper bot for Instagram that downloads all post images.

Requisites

  • selenium
  • urllib3

Future fixes/improvements

  • Check how to scrap posts with multiple images
  • Implement download also for video posts
  • Find a better way to reach the image tag
  • Set a variable for webdriver path

Acknowledgements

The idea of making a bot for that purpose was rounding my head for some time, but the idea of using Selenium WebDriver and the first steps to use it came from a Code Drip tutorial