Skip to content

RaulS963/Reddit-Image-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Reddit-Image-Scraping

Scraping images from one of my favourite subreddit r/Fairytail_Hentai using selenium and beautifulsoup4.

Requirements

  • selenium
> pip install selenium
> pip install beautifulsoup4
  • python version above 3.6

Working

In this project/code I've used this specific subreddit, but this code can be used on any other subreddit similarly. no login required.

This script scrapes the dynamically generated website for a specified period of time (default: 10 mins). To change the duration change the end_time variable in seconds.