from sugar.simulator import Bot bot = Bot() bot.name = 'chaitanya' bot.share_chat('giraffes', 'All About Giraffes') bot.start()