This script saves Git commits to a CSV file.
-
Download the file
-
Make the file executable
This script saves GitHub issues in TSV format
The script has two software dependancies:
jq
for transforming the output of the above to TSV formatimport rsa | |
import subprocess | |
# First, initial client-server communication; key pair generation and exchange on the client side | |
(pubkey, privkey) = rsa.newkeys(512) | |
########### server side | |
INPUT_FILE = "/home/user/path/file" | |
server_aes_key = rsa.randnum.read_random_bits(128) |