Skip to content

samcraigjohnson/keysend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keysend

Compress, encrypt, and send files easily using keybase and slack.

The process consists of compression a list of file names with zip. Then the compressed files are encrypted using keybase for a specific user. This encrypted file is then passed up to slack.

Getting Started

Install the dependencies:

pip install -r requirements.txt

Get a slack API token and set it in a secret environmental variable

export SLACK_API_TOKEN=xxx000000sssss

Usage

To send some files:

python keysend.py <keybase_id> -C "#devchat" secrets/*

About

Connect keybase and slack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages