Python API to get PGP public key from keyserver?
Is there any Python API that can get a PGP public key from a public key server?
+4
jass
source
to share
1 answer
You can use HTTP (urllib2 and nice soup is my choice) if you are requesting a MIT PGP key server.
http://pgp.mit.edu/extracthelp.html
+3
simonvc
source
to share