An open API service indexing awesome lists of open source software.

https://github.com/shunk031/amebloscraper

Scraper for Ameblo in Scrapy
https://github.com/shunk031/amebloscraper

ameblo crawler scraper scrapy

Last synced: 3 months ago
JSON representation

Scraper for Ameblo in Scrapy

Awesome Lists containing this project

README

          

# AmebloScraper

Scraper for [Ameblo](https://ameblo.jp/) in Scrapy.

## Requirements

* Python 3.5.1
* Scrapy 1.4.0
* Pillow

## How to run

crawl https://ameblo.jp/TARGET_BLOG and output blog.json

``` shell
scrapy crawl ameblo_scraper -a start_url='https://ameblo.jp/TARGET_BLOG' -o blog.json
```

## Downloading images

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