{"id":20081756,"url":"https://github.com/simplebot-org/simplebot_tggroups","last_synced_at":"2025-05-06T00:31:22.520Z","repository":{"id":62155735,"uuid":"558349778","full_name":"simplebot-org/simplebot_tggroups","owner":"simplebot-org","description":"🌉  DeltaChat/Telegram relay-bot for groups","archived":false,"fork":false,"pushed_at":"2023-11-15T11:20:25.000Z","size":35,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T06:11:12.071Z","etag":null,"topics":["bridge","deltachat","plugin","simplebot","telegram"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplebot-org.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","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":"2022-10-27T11:26:33.000Z","updated_at":"2025-04-01T19:09:33.000Z","dependencies_parsed_at":"2023-01-31T23:01:03.350Z","dependency_job_id":null,"html_url":"https://github.com/simplebot-org/simplebot_tggroups","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplebot-org%2Fsimplebot_tggroups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplebot-org%2Fsimplebot_tggroups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplebot-org%2Fsimplebot_tggroups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplebot-org%2Fsimplebot_tggroups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplebot-org","download_url":"https://codeload.github.com/simplebot-org/simplebot_tggroups/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252598296,"owners_count":21774233,"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":["bridge","deltachat","plugin","simplebot","telegram"],"created_at":"2024-11-13T15:40:12.579Z","updated_at":"2025-05-06T00:31:22.294Z","avatar_url":"https://github.com/simplebot-org.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Telegram Groups Bridge\n======================\n\n.. image:: https://img.shields.io/pypi/v/simplebot_tggroups.svg\n   :target: https://pypi.org/project/simplebot_tggroups\n\n.. image:: https://img.shields.io/pypi/pyversions/simplebot_tggroups.svg\n   :target: https://pypi.org/project/simplebot_tggroups\n\n.. image:: https://pepy.tech/badge/simplebot_tggroups\n   :target: https://pepy.tech/project/simplebot_tggroups\n\n.. image:: https://img.shields.io/pypi/l/simplebot_tggroups.svg\n   :target: https://pypi.org/project/simplebot_tggroups\n\n.. image:: https://github.com/simplebot-org/simplebot_tggroups/actions/workflows/python-ci.yml/badge.svg\n   :target: https://github.com/simplebot-org/simplebot_tggroups/actions/workflows/python-ci.yml\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n\nA `SimpleBot`_ plugin that allows to bridge Telegram and Delta Chat groups.\n\n    For channel subscriptions use: https://github.com/simplebot-org/simplebot_tgchan\n\nInstallation\n------------\n\nTo install run::\n\n  pip install simplebot-tggroups\n\nTo convert Delta Chat voice messages to mp3 before sending them to the Telegram side,\n`pydub \u003chttps://github.com/jiaaro/pydub\u003e`_ is used, you might need to install ``ffmpeg`` in your\nsystem, check: https://github.com/jiaaro/pydub#dependencies, for example to install it in an\napt-based system::\n\n  sudo apt install ffmpeg\n\nConfiguration\n-------------\n\nSee https://github.com/simplebot-org/simplebot to know how to configure the bot with an e-mail account.\n\nBefore you start using the bot, you need to get your own API ID and hash, go to https://my.telegram.org,\nyou also need a bot token, got to `@BotFather \u003chttps://t.me/botfather\u003e`_ on Telegram and create a bot,\nthen to set API ID, API hash and bot token, execute::\n\n    simplebot -a bot@example.com telegram\n\nAfter configuration you can start the bot::\n\n    simplebot -a bot@example.com serve\n\nThen you can start bridging Telegram and Delta Chat groups, send ``/help`` to the bot in Delta Chat for\nmore info.\n\nTo bridge a Telegram group to a Delta Chat group:\n\n1. Add the bot in Telegram to your group.\n2. Send ``/id`` command in the Telegram group, copy the ID returned by the bot.\n3. Add the bot in Delta Chat to your group.\n4. Send ``/bridge 1234`` where ``1234`` is the group ID obtained in the Telegram group.\n5. Then all messages sent in both groups will be relayed to the other side.\n\nTweaking Default Configuration\n------------------------------\n\nYou can tweak the maximum size (in bytes) of attachments the bot will bridge::\n\n    simplebot -a bot@example.com telegram --max-size 5242880\n\nBy default the bot will download attachments of up to 5MB.\n\n\n.. _SimpleBot: https://github.com/simplebot-org/simplebot\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplebot-org%2Fsimplebot_tggroups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplebot-org%2Fsimplebot_tggroups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplebot-org%2Fsimplebot_tggroups/lists"}