Skip to content

shunk031/LINEBlogScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINEBlogScraper

Scraper for LINE BLOG in Scrapy.

Requirements

  • Python 3.5.1
  • Scrapy 1.4.0

How to run

crawl https://lineblog.me//TARGET_BLOG and output blog.json

scrapy crawl lineblog_scraper -a start_url='https://lineblog.me/TARGET_BLOG' -o blog.json

Downloading images

Will be downloaded and stored in the following directory: LINEBlogScraper/images/full/

About

Scraper for LINE Blog in Scrapy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages