pyminer

pypi docs travis coverage

Python client for the GBIF API.

Source on GitHub at sckott/pyminer

Other Crossref text mining (and related) clients:

Installation

Stable from pypi

pip install pyminer

Development version

[sudo] pip install git+git://github.com/sckott/pyminer.git#egg=pyminer

Fetch

from pyminer import miner
url = "http://www.banglajol.info/index.php/AJMBR/article/viewFile/25509/17126"
out = miner.fetch(url)
out.url
out.path
out.type
out.parse()

Extract

from pyminer import miner
url = 'http://www.nepjol.info/index.php/JSAN/article/viewFile/13527/10928'
x = miner.fetch(url)
miner.extract(x.path)

Meta

License

MIT

Indices and tables