{"id":13458832,"url":"https://github.com/Ext-Creators/discord-ext-rx","last_synced_at":"2025-03-24T16:31:00.059Z","repository":{"id":57418383,"uuid":"281106468","full_name":"Ext-Creators/discord-ext-rx","owner":"Ext-Creators","description":"⚛️ A discord.py extension with a reactive events implementation.","archived":true,"fork":false,"pushed_at":"2020-08-02T18:35:05.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-29T04:34:28.372Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ext-Creators.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-07-20T12:10:52.000Z","updated_at":"2023-01-28T06:57:38.000Z","dependencies_parsed_at":"2022-09-13T07:52:18.412Z","dependency_job_id":null,"html_url":"https://github.com/Ext-Creators/discord-ext-rx","commit_stats":null,"previous_names":["ncplayz/discord-ext-rx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ext-Creators%2Fdiscord-ext-rx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ext-Creators%2Fdiscord-ext-rx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ext-Creators%2Fdiscord-ext-rx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ext-Creators%2Fdiscord-ext-rx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ext-Creators","download_url":"https://codeload.github.com/Ext-Creators/discord-ext-rx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245308440,"owners_count":20594251,"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-07-31T09:00:57.957Z","updated_at":"2025-03-24T16:30:59.782Z","avatar_url":"https://github.com/Ext-Creators.png","language":"Python","funding_links":[],"categories":["Archived/Deprecated"],"sub_categories":["Miscellaneous"],"readme":"discord-ext-rx\n==============\n\n|package| |versions| |dependencies| |license| |cloned|\n\nCombine `RxPy`_ with `discord.py`_.\n\n   ⚠️ Work In Progress!\n\nInstallation\n------------\n\nThis extension is on `PyPI \u003chttps://pypi.org/project/discord-ext-rx/\u003e`_.\n\n.. code-block:: sh\n\n    $ python3 -m pip install -U discord-ext-rx\n\nUsage\n-----\n\n.. code:: py\n\n   from discord.ext.rx import RxBot, _\n   from rx import operators as ops\n\n   bot = RxBot()\n\n   bot.messages.pipe(\n       ops.filter(lambda m: m.author.id == 121678432504512512),\n       ops.filter(lambda m: m.content == '418'),\n       ops.map(lambda m: m.channel)\n   ).subscribe(\n       _(lambda c: c.send(\"I'm a teapot!\"))\n   )\n\n   bot.run('token')\n\n.. _RxPy: https://github.com/ReactiveX/RxPy\n.. _discord.py: https://github.com/Rapptz/discord.py\n\n.. |package| image:: https://img.shields.io/pypi/v/discord-ext-rx.svg\n.. |versions| image:: https://img.shields.io/pypi/pyversions/discord-ext-rx.svg\n.. |dependencies| image:: https://img.shields.io/librariesio/github/Ext-Creators/discord-ext-rx\n.. |license| image:: https://img.shields.io/pypi/l/discord-ext-rx.svg\n.. |cloned| image:: https://img.shields.io/pypi/dm/discord-ext-rx.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FExt-Creators%2Fdiscord-ext-rx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FExt-Creators%2Fdiscord-ext-rx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FExt-Creators%2Fdiscord-ext-rx/lists"}