A micro-blogging social network via Delta Chat bot.
pip install pixelsocial
To configure the bot:
pixelsocial init bot@example.org SuperHardPassword
(Optional) To customize the bot name, avatar and status/signature:
pixelsocial config selfavatar "/path/to/avatar.png"
pixelsocial config displayname "My Bot"
pixelsocial config selfstatus "Hi, I am a bot!"
Finally you can start the bot with:
pixelsocial serve
To see the available options, run in the command line:
pixelsocial --help