Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 463 Bytes

TODO.md

File metadata and controls

18 lines (13 loc) · 463 Bytes

TODO Items

Package user data

Consider adding a command to return all of a user's data

  1. collect and create a tarball of the data
  2. encrypt the tarball with a password
  3. upload the file to a publicly accessible link
  4. return the link as a DM response to command
# Tar all files from an npub
cd /home/vic/BoostZapper/data
find . -name '*npub1yadayada*' -print0 | tar -cvjf /tmp/npub1yadayada.tar --null --files-from -
# Encrypt with ccrypt