A micro-blogging social network via Delta Chat bot.
pip install pixelsocialTo 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 serveTo see the available options, run in the command line:
pixelsocial --help