{"id":19986145,"url":"https://github.com/mr3rf1/telreper","last_synced_at":"2025-05-04T07:31:06.912Z","repository":{"id":182385992,"uuid":"364560551","full_name":"mr3rf1/TelReper","owner":"mr3rf1","description":"A tool for reporting telegram channel automatically","archived":false,"fork":false,"pushed_at":"2024-02-03T18:06:11.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-04T20:40:56.646Z","etag":null,"topics":["async","asyncio","python","python3","telegram","telegram-bot","telethon","telethon-userbot"],"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/mr3rf1.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}},"created_at":"2021-05-05T11:55:28.000Z","updated_at":"2024-02-04T08:36:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"db9fa3a1-827e-4e51-93e5-c3c3596c9cb5","html_url":"https://github.com/mr3rf1/TelReper","commit_stats":null,"previous_names":["e811-py/telreper","mr3rf1/telreper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr3rf1%2FTelReper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr3rf1%2FTelReper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr3rf1%2FTelReper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr3rf1%2FTelReper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr3rf1","download_url":"https://codeload.github.com/mr3rf1/TelReper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224389481,"owners_count":17303285,"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":["async","asyncio","python","python3","telegram","telegram-bot","telethon","telethon-userbot"],"created_at":"2024-11-13T04:28:05.558Z","updated_at":"2024-11-13T04:28:06.187Z","avatar_url":"https://github.com/mr3rf1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TelReper\nA tool for reporting telegram channel automatically\n\u003ch1\u003eUsage\u003c/h1\u003e\n\u003cul\u003e\n  \u003cli\u003e\n    \u003ch3\u003eTermux (Android):\u003c/h3\u003e\n    \u003cul\u003e\n    \u003cli\u003e\u003ccode\u003eapt update\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eapt upgrade\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003epkg install python3 python3-pip git -y\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003egit clone https://github.com/Mr3rf1/TelReper\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003ecd TelReper\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003epip3 install -r requeirments.txt\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003epython3 reper.py\u003c/code\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\n    \u003ch3\u003eLinux:\u003c/h3\u003e\n    \u003cul\u003e\n    \u003cli\u003e\u003ccode\u003esudo apt update\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003esudo apt upgrade\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003esudo apt install python3 python3-pip git -y\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003egit clone https://github.com/Mr3rf1/TelReper\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003ecd TelReper\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003esudo pip3 install -r requirements.txt\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003epython3 reper.py\u003c/code\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\n    \u003ch3\u003eWindows\u003c/h3\u003e\n    \u003cul\u003e\n    \u003cli\u003eInstall python3 from python.org\u003c/li\u003e\n    \u003cli\u003eDownload source code from https://github.com/Mr3rf1/TelReper\u003c/li\u003e\n    \u003cli\u003echange directory to source code directory\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003epip install -r requirements.txt\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003epython reper.py\u003c/code\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr3rf1%2Ftelreper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr3rf1%2Ftelreper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr3rf1%2Ftelreper/lists"}