{"id":13617752,"url":"https://github.com/radinshayanfar/TGCopyBot","last_synced_at":"2025-04-14T06:35:23.712Z","repository":{"id":50681799,"uuid":"257571307","full_name":"radinshayanfar/TGCopyBot","owner":"radinshayanfar","description":"A python script to copy telegram messages to another chat (without forwarding)","archived":false,"fork":false,"pushed_at":"2023-02-18T23:01:58.000Z","size":27,"stargazers_count":123,"open_issues_count":0,"forks_count":72,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-01T20:48:50.392Z","etag":null,"topics":["docker","python","tdlib","telegram","telegram-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radinshayanfar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-21T11:19:19.000Z","updated_at":"2024-07-25T18:01:28.000Z","dependencies_parsed_at":"2024-05-29T12:26:23.597Z","dependency_job_id":null,"html_url":"https://github.com/radinshayanfar/TGCopyBot","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/radinshayanfar%2FTGCopyBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radinshayanfar%2FTGCopyBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radinshayanfar%2FTGCopyBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radinshayanfar%2FTGCopyBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radinshayanfar","download_url":"https://codeload.github.com/radinshayanfar/TGCopyBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223622025,"owners_count":17174809,"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":["docker","python","tdlib","telegram","telegram-api"],"created_at":"2024-08-01T20:01:47.381Z","updated_at":"2024-11-08T02:31:09.203Z","avatar_url":"https://github.com/radinshayanfar.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"This bot does exactly what it is intented to do! If you want other features (e.g. editing messages, updating messages, etc), you have to customize it for yourself. Reading [python-telegram](http://python-telegram.readthedocs.io/) and [TDlib](https://core.telegram.org/tdlib/docs/) documentation may help you for doing so.\n\n**PLEASE DON'T ASK FOR NEW FEATURES!**\n\n# Telegram Copy Bot\n\n\n## What it does\nThis bot copies (not forward) messages from a source channel (which doesn't have administrator privileges on it) to a destination chat (simple user, channel, etc.).\n\n## How to use\n1. Copy `.env.example` to `.env`.\n    ```\n    cp .env.example .env\n    ```\n2. Obtain `api_id` and `api_hash` from [this link](https://my.telegram.org/apps) and fill it inside `Telegram Configuration` section of the `.env` file alongside other configurations (such as phone number of your user, which acts as your bot).\n3. Run the project via Docker and login to Telegram:\n    ```\n    docker run -it \\\n        --env-file=.env \\\n        -v td-data:/tmp/.tdlib_files \\\n        radinshayanfar/tgcopybot\n    ```\n4. After logging in, you will see your chat names and their chat id. Copy chat ids of source and destination chats and put them inside `App Configuration` section of the `.env` file.\n5. Run the container in detached mode and it will do the job:\n     ```\n     docker run -d \\\n        --env-file=.env \\\n        -v td-data:/tmp/.tdlib_files \\\n        radinshayanfar/tgcopybot\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradinshayanfar%2FTGCopyBot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradinshayanfar%2FTGCopyBot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradinshayanfar%2FTGCopyBot/lists"}