The Emperor is a file transfer software, which combines Nostr technology with AES encryption to guarantee secrecy and resistance to censorship of transferred files.
Create the virtual environment and install the necessary packages.
sudo apt-get update -y
sudo apt-get install python3 python3-pip -y
pip3 install poetry
python3 -m poetry install
With this feature, it is possible to send a specific file to nostr relays.
poetry run emperor push --file <file.txt> --public-key <public-key>
This feature makes it possible to search for a specific file in nostr relays.
poetry run emperor pull --publish-id <publish-id> --public-key <public-key>