{"id":18977491,"url":"https://github.com/mariocesar/pengbot","last_synced_at":"2026-04-09T19:30:17.928Z","repository":{"id":36478568,"uuid":"40784125","full_name":"mariocesar/pengbot","owner":"mariocesar","description":"A Robot with human manners","archived":false,"fork":false,"pushed_at":"2019-10-22T23:42:54.000Z","size":56,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-29T14:03:29.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariocesar.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-15T20:46:15.000Z","updated_at":"2023-03-08T01:18:39.000Z","dependencies_parsed_at":"2022-09-11T11:22:05.684Z","dependency_job_id":null,"html_url":"https://github.com/mariocesar/pengbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fpengbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fpengbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fpengbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fpengbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariocesar","download_url":"https://codeload.github.com/mariocesar/pengbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239978046,"owners_count":19728271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T15:29:17.677Z","updated_at":"2026-04-09T19:30:17.833Z","avatar_url":"https://github.com/mariocesar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pengbot: For building robots with human manners\n===============================================\n\n**warning:** Pengbo is currently in DESIGN\n\n.. code-block:: python\n\n    import pengbot\n    from pengbot.adapters.slack import SlackRobot, Mention\n\n\n    @pengbot.robot(adapter=SlackRobot)\n    def mybot(bot):\n        bot.context = bot.context(\n            api_token=os.environ.get('SLACK_API_TOKEN', None)\n        )\n\n\n    @mybot.hears(Mention)\n    def talking_parrot(bot, message):\n        yield from bot.says(':bird: %s' % message['text'] , channel=message['channel'])\n\n\n    if __name__ == '__main__':\n        mybot()\n\nInstallation\n------------\n\n.. code-block:: bash\n\n    $ pip install pengbot\n\nDocumentation\n-------------\n\n.. TODO\n\n\nTODO\n----\n\n    - Fuzzy string match for commands\n    - Commands receive message context.\n    - Listen all messages to trigger commands.\n    - Adapters for Slack, XMPP, Twitter.\n    - Message stream filters.\n    - Message stream middlewares.\n    - Stream response messages.\n    - Natural Language Processing?. http://spacy.io\n\nExample ideas\n-------------\n\n    - Auto linking for Jira Issues.\n    - Attach user mentions to issues as comments in Jira.\n    - Bots talking to bots.\n    - Voting and Polls.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariocesar%2Fpengbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariocesar%2Fpengbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariocesar%2Fpengbot/lists"}