Skip to content

dhrosa/google-patents-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Patents Scraper

Installation

You can install this package directly from GitHub with the following:

pip install git+https://github.com/dhrosa/google-patents-scraper.git

If you have this repository downloaded locally, you can install it from its directory using:

pip install .

Usage

Once installed, run the command using something like the following:

google-patents-scraper KR101863193B1 > out.json

Or the following if pip-installed packages are not in your PATH:

python3 -m google_patents_scraper.main KR101863193B1 > out.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published