Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
/ swizzle-scraper Public archive

Very easy python tool for scraping online reviews supported by multiple types of platform.

Notifications You must be signed in to change notification settings

koofree/swizzle-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swizzle Scraper

Packages for review scraping from multiple type of web sources.

Requirement

Setup

Make new config.json file on the project root folder using config.template.json file.
In config.json file, write the connect informations for each apis.
Run program using scripts or python codes.

How to run with python code

python python/setup.py install # Install dependencies (It can be required root permission)
python python/scraper.py {scaper package name} {target id}

How to run using scripts

scripts/setup.bat # Install dependencies (It can be required root permission) 
scripts/scrape.bat {scaper package name} {target id} 

Supported scraper packages

youtube_video_comment : Scraping youtube comments on a video. Target id is video id.
facebook_page_comment : Scraping facebook comments on a page. Target id is page id.
facebook_group_comment : Scraping facebook comments on a group. Target id is group id.
twitter_search_comment : Scraping twitter comments by search. Target id is search query.
twitter_user_comment : Scraping twitter comments on a user. Target is is display name of twitter.

Do you want more then scrapers? Contact to one of these.

About

Very easy python tool for scraping online reviews supported by multiple types of platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published