this repo has no description
1# Type the @ username that you want. Do not include an '@'.
2USERNAME="username-goes-here"
3# This is the user's 'real' name.
4REALNAME="name-goes-here"
5# This is the bio of your user. HTML can be used
6SUMMARY ="bio-goes-here"
7# Password for sending messages
8PASSWORD="password-goes-here"
9# Generate locally or from https://cryptotools.net/rsagen
10# Newlines must be replaced with '\n'
11KEY_PRIVATE="private-key-goes-here"
12KEY_PUBLIC="public-key-goes-here"
13