{"id":48440055,"url":"https://github.com/repinek/legacygram","last_synced_at":"2026-04-06T15:03:00.128Z","repository":{"id":343275216,"uuid":"1152816533","full_name":"repinek/LegacyGram","owner":"repinek","description":"A highly customizable plugin for exteraGram based clients to remove paid and bloated features from the Android Telegram client","archived":false,"fork":false,"pushed_at":"2026-03-27T10:30:07.000Z","size":2298,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T22:19:42.594Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/repinek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-08T13:36:47.000Z","updated_at":"2026-03-27T10:30:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/repinek/LegacyGram","commit_stats":null,"previous_names":["repinek/legacygram"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/repinek/LegacyGram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repinek%2FLegacyGram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repinek%2FLegacyGram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repinek%2FLegacyGram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repinek%2FLegacyGram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/repinek","download_url":"https://codeload.github.com/repinek/LegacyGram/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repinek%2FLegacyGram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31477013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T14:34:32.243Z","status":"ssl_error","status_checked_at":"2026-04-06T14:34:31.723Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-04-06T15:02:54.943Z","updated_at":"2026-04-06T15:03:00.123Z","avatar_url":"https://github.com/repinek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LegacyGram Plugin\n![Build Status](https://github.com/repinek/LegacyGram/actions/workflows/build.yml/badge.svg)  \nA highly customizable plugin for [exteraGram](https://exteragram.app) based clients to **remove paid and bloated features** from the Android Telegram client \n\n**Recommended version:** `12.1.1`\n\n[Download from Official exteraGram Plugins Channel](https://t.me/exteraPluginsSup/611)  \nOr download the latest builds generated by **GitHub Actions** from the [Actions Tab](https://github.com/repinek/LegacyGram/actions)\n\n## Screenshots \u0026 Features\n\n|                                    |                                    |                                    |\n|:----------------------------------:|:----------------------------------:|:----------------------------------:|\n| ![preview_1](images/preview_1.png) | ![preview_2](images/preview_2.png) | ![preview_3](images/preview_3.png) |\n\n\n## Building\n1. Clone the repo:\n```bash\ngit clone https://github.com/repinek/LegacyGram.git\ncd LegacyGram\n```\n2. Install dependencies using [uv](https://docs.astral.sh/uv/):\n```bash\nuv sync\n```\n3. Build\n```bash\nuv run build.py\n```\nResult of building will be saved at `dist/LegacyGram.plugin`\n\n## Installation\n1. Send `LegacyGram.plugin` to any Telegram chat (e.g., **Saved Messages**).\n2. Tap on the file in the chat and tap **Install**.\n\n## Debugging \u0026 Development\nRefer to the [exteraGram plugins documentation](https://plugins.exteragram.app/docs/setup)\n\nAlso Project includes a `typings/` directory with typings stubs for `android`, `xposed`, `java` and `Chaquopy Python API` \n\n## Contributing \nPull requests are welcome!\n\n## Project Structure\n```\n├── LegacyGram/\n│   ├── main.py                 # Entry Point\n│   ├── data/                   # Constants\n│   ├── features/               # Features by categories\n│   ├── i18n/                   # Internationalization system\n│   │   └── locales.py          # Localization\n│   ├── ui/                     # Settings UI\n│   └── utils/                  # Helper functions\n│\n├── typings/                    # Typings stubs for java, xposed and android\n│   ├── android/\n│   │   └── view/               \n│   ├── de/\n│   │   └── robv/\n│   │       └── android/\n│   │           └── xposed/\n│   └── java/\n│       └── lang/\n│           └── reflect/\n│\n├── build.py                    # Plugin Build Script\n├── pyproject.toml              # Project Configuration File\n└── uv.lock                     # lockfile for uv\n```\n\n## License \nThis project is licensed under the **MIT License**.  \nSee the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\nexteraGram Team - For wonderful [Telegram fork](https://exteragram.app) and [Plugin System](https://plugins.exteragram.app/)  \n[Xposed Hooks](https://github.com/LSPosed/LSPosed/blob/master/core/src/main/java/de/robv/android/xposed/XC_MethodHook.java)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepinek%2Flegacygram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepinek%2Flegacygram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepinek%2Flegacygram/lists"}