A simple automated web scrapper bot for Instagram that downloads all post images.
selenium
urllib3
- 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
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