Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 241 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 241 Bytes

BeautifulSoup

image_scrapper.py is for scrapping images from reddit. Using BeautifulSoup and Requests.

table_scrapper.py is for scrapping html tables and saving it to csv format. Using BS4, Requests and csv.(Scraping psl points table)