Consider adding a command to return all of a user's data
- collect and create a tarball of the data
- encrypt the tarball with a password
- upload the file to a publicly accessible link
- 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