Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.

nkmrtty/nature-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nature-crawler

A tool for crawling papers on nature.com.

This script only supports crawling abstract of Article-type papers now.
Crawling full-text, including Letter-type papers, will be supported soon.

Requirement

Usage

1. Install Scrapy

$ pip install Scrapy

See documantation of Scrapy for more information about how to install Scrapy.

1. Clone this repository

$ git clone [email protected]:nkmrtty/nature-crawler.git

Then, move to the directory nature-crawler:

$ cd nature-crawler

3. Run spider

$ scrapy crawl nature -o nature.json

By default, this script crawl abstract of articles published in the latest month, then store the result as nature.json.
If you need articles published in the specific month, use -a ym=YYYYMM option as follows:

$ scrapy crawl nature -o nature.json -a ym=201702

About

A tool for crawling papers on nature.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages