{"id":20638659,"url":"https://github.com/bd808/python-ib3","last_synced_at":"2025-08-07T15:19:23.590Z","repository":{"id":62570105,"uuid":"82589120","full_name":"bd808/python-ib3","owner":"bd808","description":"IRC bot framework using mixins to provide commonly desired functionality","archived":false,"fork":false,"pushed_at":"2023-12-18T19:01:40.000Z","size":57,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T01:51:45.532Z","etag":null,"topics":["irc","irc-bot-framework","python","python3"],"latest_commit_sha":null,"homepage":"https://python-ib3.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bd808.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-20T18:27:33.000Z","updated_at":"2023-10-03T21:04:56.000Z","dependencies_parsed_at":"2024-11-16T15:19:37.838Z","dependency_job_id":"ca954253-edaa-4ad0-ac1c-2cf4affd09e1","html_url":"https://github.com/bd808/python-ib3","commit_stats":{"total_commits":15,"total_committers":4,"mean_commits":3.75,"dds":0.4,"last_synced_commit":"3e44b48d72ca6d8e7f79b822e8ecb921d689a88e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bd808%2Fpython-ib3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bd808%2Fpython-ib3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bd808%2Fpython-ib3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bd808%2Fpython-ib3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bd808","download_url":"https://codeload.github.com/bd808/python-ib3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717247,"owners_count":21150389,"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":["irc","irc-bot-framework","python","python3"],"created_at":"2024-11-16T15:19:02.043Z","updated_at":"2025-04-15T21:52:48.758Z","avatar_url":"https://github.com/bd808.png","language":"Python","readme":"=============================\nIRC Bot Behavior Bundle (IB3)\n=============================\n\nIRC bot framework using mixins to provide commonly desired functionality.\n\nOverview\n========\nThe `irc`_ python library's ``irc.bot.SingleServerIRCBot`` provides a nice\nbase for making a new bot, but there are many common tasks needed by a robust\nbot that it does not handle out of the box. IB3 collects some commonly desired\nbehaviors for a bot as `mixin`_ classes that can be used via `multiple\ninheritance`_::\n\n    from ib3 import Bot\n    from ib3.auth import SASL\n    from ib3.connection import SSL\n    from ib3.mixins import DisconnectOnError\n\n    class TestBot(SASL, SSL, DisconnectOnError, Bot):\n        pass\n\nInstallation\n============\n* ``python3 -m pip install --upgrade ib3`` (recommended)\n* ``python3 -m pip install .`` (from source distribution)\n\nLicense\n=======\nIB3 is licensed under the `GPL-3.0-or-later`_ license.\n\nCredits\n=======\nSome code and much inspiration taken from Wikimedia irc bots `Adminbot`_,\n`Jouncebot`_, and `Stashbot`_.\n\n.. _irc: https://pypi.org/project/irc/\n.. _mixin: https://en.wikipedia.org/wiki/Mixin\n.. _multiple inheritance: https://docs.python.org/3/tutorial/classes.html#multiple-inheritance\n.. _GPL-3.0-or-later: https://www.gnu.org/copyleft/gpl.html\n.. _Adminbot: https://phabricator.wikimedia.org/diffusion/ODAC/\n.. _Jouncebot: https://phabricator.wikimedia.org/diffusion/GJOU/\n.. _Stashbot: https://phabricator.wikimedia.org/diffusion/LTST/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbd808%2Fpython-ib3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbd808%2Fpython-ib3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbd808%2Fpython-ib3/lists"}