Python Imgur Scraper
- Scraper will be used as a way to scrape images off of Imgur. You will be able to provide three arguments, the image topic, download folder and the total count to download. This scraper will then go and scrape the images and save them into the target folder.
Requirements
- Install Selenium for Python
pip install selenium
- Install Beautiful Soup for Python
pip install beautifulsoup4
- Install the correct ChromeDriver version here
https://chromedriver.chromium.org/downloads
replace the pathchrome_executable_path
to the executable path