8000 GitHub - thowwafi/google-patent-scraper
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thowwafi/google-patent-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-patent-scraper

deprecated

Put your CSV files in source folder:

  • source/NL_patent_raw.csv
  • source/US_match_patent.csv

Run the following command:

python google_patent.py --country_code NL --from_index 5 --to_index 10

or

python google_patent.py --country_code US --from_index 5 --to_index 10

Update 25 April 2025

For debugging purpose

docker compose build
BATCH_NUMBER=1 docker compose run --rm patent-scraper-1 /bin/bash
python -m pdb patent_scraper.py

Production script

BATCH_NUMBER=1 docker compose up --build
BATCH_NUMBER=2 do
64D2
cker compose up --build
BATCH_NUMBER=3 docker compose up --build
...

Check logs

for container in $(docker ps -q --filter name=google-patent-scraper-patent-scraper); do
  docker logs -f $container --tail=100 &
done

Export data from sql to zip

docker compose --profile export up sql-to-zip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0