{"id":20810931,"url":"https://github.com/exposedcat/tg-channels-parser","last_synced_at":"2025-09-15T06:10:20.555Z","repository":{"id":104257076,"uuid":"495040312","full_name":"ExposedCat/tg-channels-parser","owner":"ExposedCat","description":"Telegram messenger posts parser","archived":false,"fork":false,"pushed_at":"2022-09-13T17:06:44.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T01:14:35.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ExposedCat.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":"2022-05-22T11:29:08.000Z","updated_at":"2022-05-22T21:33:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"5339e5e9-ea27-462e-a515-3a131b94b845","html_url":"https://github.com/ExposedCat/tg-channels-parser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ExposedCat/tg-channels-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Ftg-channels-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Ftg-channels-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Ftg-channels-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Ftg-channels-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExposedCat","download_url":"https://codeload.github.com/ExposedCat/tg-channels-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Ftg-channels-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275213915,"owners_count":25424888,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-17T20:29:02.276Z","updated_at":"2025-09-15T06:10:20.532Z","avatar_url":"https://github.com/ExposedCat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eTelegram Channels Parser\u003c/h1\u003e\n\n[![Developer](https://img.shields.io/badge/Developer-Telegram-blue?style=for-the-badge)](https://t.me/ExposedCat)\n[![Cats](https://img.shields.io/badge/Cats-Meowgram%20V3-gold?style=for-the-badge)](https://t.me/MeowgramV3)\n\n\u003cimg src=\"https://s.tcdn.co/cfc/5ba/cfc5bad2-7088-3375-90ce-23dce235b7ef/9.png\" alt=\"Creepy Cat\"\u003e\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch2\u003e➕ See also\u003c/h2\u003e\n\u003c/div\u003e\n\u003cul\u003e\n    Check out also \u003ca href=\"https://github.com/ExposedCat/tg-channels-publisher\"\u003eTG Channels Publisher\u003c/a\u003e\n\u003c/ul\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch2\u003e⭐️ Features\u003c/h2\u003e\n\u003c/div\u003e\n\u003cul\u003e\n    \u003cli\u003eUniversal parsing: all types of posts, with captions, including albums\u003c/li\u003e\n    \u003cli\u003eHidden reposting: removes «Forwarded from» label\u003c/li\u003e\n    \u003cli\u003eAds detection: does not repost forwards and posts with URLs\u003c/li\u003e\n    \u003cli\u003eSimple running: 100% configuration placed in one config\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch2\u003e⚙️ Stack\u003c/h2\u003e\n\u003c/div\u003e\n\u003cul\u003e\n    \u003cli\u003eLanguage: Python 3.10\u003c/li\u003e\n    \u003cli\u003eTelegram Client API library: Telethon 1.24\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch2\u003eRunning\u003c/h2\u003e\n\u003c/div\u003e\n\n1. Clone this repo:\n\n```bash\ngit clone https://github.com/ExposedCat/tg-channels-parser.git\n```\n\n2. Go to project root:\n\n```bash\ncd tg-channels-parser\n```\n\n3. Rename `example.env` to `.env` and replace example data with with yours. API credentials should be registered here: [Telegram Apps Management](https://my.telegram.org/auth?to=apps)\n4. Run app:\n\n```bash\npython3 src/main.py\n```\nOr you can use PM2 to run in background:\n\n```bash\npm2 start src/main.py --interpreter=python3 --name=tgparser\n```\n\n**Done**.  \nYou can stop PM2 process via\n\n```bash\npm2 stop tgparser\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexposedcat%2Ftg-channels-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexposedcat%2Ftg-channels-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexposedcat%2Ftg-channels-parser/lists"}