Registration

This step registers an import application into an account in Mastodon.

$ java -jar egor.jar register -help
usage: java.lang.Process -h <HOSTNAME> [-help] -p <PASSWORD> -u <USERNAME>
 -h,--home <HOSTNAME>       Mastodon server hostname
 -help                      print this message
 -p,--password <PASSWORD>   Client password
 -u,--username <USERNAME>   Client username

You can invoke the operation like this:

$ java -jar egor.jar register -h propulse.club -u somebody@yahoo.com -p somebody_password_plain_text > hahabimbi.cfg

--home

Hostname of the target Mastodon instance, e.g. propulse.club or mastodon.social.

--username

Existing username on the target Mastodon instance, e.g. somebody@yahoo.com

--password

Password related to the username on the target Mastodon instance.