from sugar.simulator import Bot
bot = Bot()
bot.name = 'penelope'
bot.share_chat('nekkhamma', 'Nekkhamma')
bot.start()