Skip to content

Takes a csv list of kickstarter URLs and scrapes the relevant information

Notifications You must be signed in to change notification settings

njday/Kickstarter-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Takes a csv list of kickstarter URLs and scrapes the relevant information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages