Skip to content

Commit

Permalink
GPG: updates
Browse files Browse the repository at this point in the history
* Updated the copy of my public key (there's an important new UID
  since this was last updated).
* Updated the installation instructions to stress the gpg module
  should be generated with GPGME itself and linked to my HOWTO doc.
* Bumbed the copyright year.
  • Loading branch information
Hasimir committed May 13, 2020
1 parent 3c2da39 commit 3b97c87
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 143 deletions.
5 changes: 2 additions & 3 deletions COPYING.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright © 2013-2017, Benjamin D. McGinnes
Copyright © 2013-2020, Benjamin D. McGinnes

Copyright (C) 2013-2017, Benjamin D. McGinnes
Copyright (C) 2013-2020, Benjamin D. McGinnes
All rights reserved.

All licenses this software is distributed under can be found in the
Expand All @@ -17,4 +17,3 @@ terms of the GNU Lesser General Public License 2.1 as a module or
library for this project. See the GPGME documentation for more
details.


14 changes: 10 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Twython Tools
Command line scripts and tools for implementing Twython functions.

Incorporates functions from other Python libraries and modules,
including twython, requests, GPGME (as gpg), and foad.py (optional).
including twython, requests, GPGME (as ``gpg``), and foad.py (optional).

Use of Tor is optional.

Expand Down Expand Up @@ -66,8 +66,8 @@ Recommendations

Note that Tor only needs to be running to be used. The code will
automatically test for the presence of a SOCKS or HTTP proxy on the
standard Tor ports (9050 and 9150) and the standard Privoxy
port (8118) to connect through. If those ports are open, then it will
standard Tor ports (9050 and 9150) and the standard Privoxy port
(8118) to connect through. If those ports are open, then it will
be used, otherwise it will connect directly.


Expand All @@ -80,7 +80,13 @@ Note: it may be necessary to use sudo on POSIX systems (including OS X):

pip3 install --upgrade twython
pip3 install --upgrade requests
pip3 install --upgrade gpg

To install the ``gpg`` module should not be installed with ``pip`` or
otherwise installing the version on PyPI (version 1.10.0). Instead
the module is dynamically generated and bound the GPGME C API when
GPGME is compiled and installed. See the GPGME Python bindings `HOWTO
<http://files.au.adversary.org/crypto/gpgme-python-howto.html>`__ for
full details and instructions.


Contacting me
Expand Down
Loading

0 comments on commit 3b97c87

Please sign in to comment.