Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 607 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 607 Bytes

Kickstarter-Scraper

Web scraper written in python - takes a csv list of Kickstarter project data (incl. URLs). For each project the scraped content (description, updates, FAQs, video) is appended to the same row.

Contents:

main.py - Web scraper takes 2 string arguments (input filepath, output filepath). Processes a csv list of Kickstarter projects in the format of https://webrobots.io/kickstarter-datasets/.

test500.csv - test dataset of 500 Kickstart projects

output500.csv - program output of 'test500.csv'

Kickstarter001.csv - dataset containing ~3.5k Kickstarter projects from November 2018