{"id":13486554,"url":"https://github.com/python-telegram-bot/ptbcontrib","last_synced_at":"2025-04-04T22:03:26.641Z","repository":{"id":38106749,"uuid":"304904611","full_name":"python-telegram-bot/ptbcontrib","owner":"python-telegram-bot","description":"Community-based extensions for the python-telegram-bot library.","archived":false,"fork":false,"pushed_at":"2025-03-26T19:24:43.000Z","size":1017,"stargazers_count":108,"open_issues_count":7,"forks_count":42,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-28T21:02:12.605Z","etag":null,"topics":["bot","chatbot","framework","hacktoberfest","python","telegram"],"latest_commit_sha":null,"homepage":"https://python-telegram-bot.org","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/python-telegram-bot.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":".github/CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-17T15:09:47.000Z","updated_at":"2025-03-27T17:12:10.000Z","dependencies_parsed_at":"2023-02-15T12:31:29.628Z","dependency_job_id":"a6fbf04f-9287-4a82-a2d0-24c87de35cf1","html_url":"https://github.com/python-telegram-bot/ptbcontrib","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/python-telegram-bot%2Fptbcontrib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-telegram-bot%2Fptbcontrib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-telegram-bot%2Fptbcontrib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-telegram-bot%2Fptbcontrib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-telegram-bot","download_url":"https://codeload.github.com/python-telegram-bot/ptbcontrib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256104,"owners_count":20909240,"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":["bot","chatbot","framework","hacktoberfest","python","telegram"],"created_at":"2024-07-31T18:00:48.259Z","updated_at":"2025-04-04T22:03:26.619Z","avatar_url":"https://github.com/python-telegram-bot.png","language":"Python","readme":".. image:: https://github.com/python-telegram-bot/logos/blob/master/ptbcontrib/png/ptbcontrib-logo-text_768.png?raw=true\n   :align: center\n   :target: https://github.com/python-telegram-bot/ptbcontrib\n   :alt: ptbcontrib Logo\n\nCommunity-based extensions for the `python-telegram-bot \u003chttps://python-telegram-bot.org\u003e`_ library.\n\n\n.. image:: https://img.shields.io/badge/python-3.7%7C3.8%7C3.9%7C3.10-blue\n   :target: https://www.python.org/doc/versions/\n   :alt: Supported Python versions\n\n.. image:: https://img.shields.io/pypi/l/python-telegram-bot.svg\n   :target: https://www.gnu.org/licenses/lgpl-3.0.html\n   :alt: LGPLv3 License\n\n.. image:: https://github.com/python-telegram-bot/ptbcontrib/workflows/GitHub%20Actions/badge.svg?event=push\n   :target: https://github.com/python-telegram-bot/ptbcontrib/\n   :alt: Github Actions workflow\n\n.. image:: http://isitmaintained.com/badge/resolution/python-telegram-bot/ptbcontrib.svg\n   :target: http://isitmaintained.com/project/python-telegram-bot/ptbcontrib\n   :alt: Median time to resolve an issue\n\n.. image:: https://app.codacy.com/project/badge/Grade/4ea8c625b01048cd94ff65bc11bd1ec0\n   :target: https://www.codacy.com/gh/python-telegram-bot/ptbcontrib/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=python-telegram-bot/ptbcontrib\u0026amp;utm_campaign=Badge_Grade\n   :alt: Code quality\n\n.. image:: https://results.pre-commit.ci/badge/github/python-telegram-bot/ptbcontrib/main.svg\n   :target: https://results.pre-commit.ci/latest/github/python-telegram-bot/ptbcontrib/main\n   :alt: pre-commit.ci status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n.. image:: https://img.shields.io/badge/Telegram-Group-blue.svg\n   :target: https://telegram.me/pythontelegrambotgroup\n   :alt: Telegram Group\n\n=================\nTable of contents\n=================\n\n- `Introduction`_\n\n- `Installing`_\n\n- `Getting help`_\n\n- `Contributing`_\n\n- `License`_\n\n============\nIntroduction\n============\n\nThis library provides extensions for the `python-telegram-bot \u003chttps://python-telegram-bot.org\u003e`_ library written and maintained by the community of PTB users.\n\n==========\nInstalling\n==========\n\nBecause this library is subject to more frequent changes than PTB, it is *not* available via PyPi. You can still install it via pip:\n\n.. code:: shell\n\n    $ pip install git+https://github.com/python-telegram-bot/ptbcontrib.git@main\n\nIf you want to use an extension that has some special requirements, you can install them on the fly as e.g.\n\n.. code:: shell\n\n    $ pip install \"ptbcontrib[extension1,extension2] @ git+https://github.com/python-telegram-bot/ptbcontrib.git@main\"\n\nOr you can install from source with:\n\n.. code:: shell\n\n    $ git clone https://github.com/python-telegram-bot/ptbcontrib\n    $ cd ptbcontrib\n    $ python setup.py install\n\n============\nGetting help\n============\n\nYou can get help in several ways:\n\n1. We have a vibrant community of developers helping each other in our `Telegram group \u003chttps://telegram.me/pythontelegrambotgroup\u003e`_. Join us!\n\n2. Report bugs, request new features or ask questions by `creating an issue \u003chttps://github.com/python-telegram-bot/ptbcontrib/issues/new/choose\u003e`_.\n\n============\nContributing\n============\n\nContributions of all sizes are welcome. Please review our `contribution guidelines \u003chttps://github.com/python-telegram-bot/ptbcontrib/blob/master/.github/CONTRIBUTING.rst\u003e`_ to get started. You can also help by `reporting bugs \u003chttps://github.com/python-telegram-bot/ptbcontrib/issues/new\u003e`_.\n\n=======\nLicense\n=======\n\nYou may copy, distribute and modify the software provided that modifications are described and licensed for free under `LGPL-3 \u003chttps://www.gnu.org/licenses/lgpl-3.0.html\u003e`_. Derivatives works (including modifications or anything statically linked to the library) can only be redistributed under LGPL-3, but applications that use the library don't have to be.\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-telegram-bot%2Fptbcontrib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-telegram-bot%2Fptbcontrib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-telegram-bot%2Fptbcontrib/lists"}