Skip to content

A simple web scrapper implemented using BS4 in Python

Notifications You must be signed in to change notification settings

adityapattani/Web-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Web-scrapper

A simple web scrapper using BeautifulSoup

This implementation of web scrapper can scrap across all pages of http://oceanofgames.com/ and will list all the games currently available for download in the form of a CSV file. The script also uses threads in order to scrap multiple pages simultaneously so as to make the final process faster.

The CSV file contains details such as the title, RAM required, HDD Space required etc.

Releases

No releases published

Packages

No packages published

Languages