Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 410 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 410 Bytes

GopherPatBot

App to download a series of pdf publications through the Open Patent Service provided by the EPO

In order to get the code working you will have to obtain application keys from the European Patent Office

You will have to add the key/secret-pair in the libOfFunction.go file!

var consKey string = ""    // add OPS Key here

var consSecKey string = "" // add OPS Secret here