{"id":20303641,"url":"https://github.com/rsharifnasab/telegram_export_analyzer","last_synced_at":"2025-07-11T23:35:01.083Z","repository":{"id":130416483,"uuid":"165526236","full_name":"rsharifnasab/telegram_export_analyzer","owner":"rsharifnasab","description":"this script can analyze number of telegram messages by time","archived":false,"fork":false,"pushed_at":"2020-02-24T23:08:30.000Z","size":18,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T07:12:22.725Z","etag":null,"topics":["beautifulsoup","beautifulsoup4","html","html-parser","html-parsing","python","python3","telegram","telegram-desktop"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsharifnasab.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}},"created_at":"2019-01-13T16:12:54.000Z","updated_at":"2025-02-07T09:50:12.000Z","dependencies_parsed_at":"2023-06-30T00:30:11.974Z","dependency_job_id":null,"html_url":"https://github.com/rsharifnasab/telegram_export_analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rsharifnasab/telegram_export_analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsharifnasab%2Ftelegram_export_analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsharifnasab%2Ftelegram_export_analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsharifnasab%2Ftelegram_export_analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsharifnasab%2Ftelegram_export_analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsharifnasab","download_url":"https://codeload.github.com/rsharifnasab/telegram_export_analyzer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsharifnasab%2Ftelegram_export_analyzer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264914619,"owners_count":23682863,"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":["beautifulsoup","beautifulsoup4","html","html-parser","html-parsing","python","python3","telegram","telegram-desktop"],"created_at":"2024-11-14T16:39:43.838Z","updated_at":"2025-07-11T23:35:01.061Z","avatar_url":"https://github.com/rsharifnasab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tg_analyzer\n### this script will do some processes on your telegram chat history!\n\nfirst you should export a chat from telegram using telegram-desktop\nthen, copy .py file near html files(it doesnt need other files)\n\nto run program you should install `beautifulsoup4` and `python3`\nafter installing, run by this : `python3 2person.py` or `python3 group.py`\n\nwait program to load and process, it may take a while if messages are lot\nyou can specify name of sender in `group.py` in lines of code (sorry for little mess!)\nhere is construction for specify name in group (for `froup.py`)\nlook at this:\n```py\n  #if \"f_name\" in sender.lower() and \"l_name\" in sender.lower() :\n  db[int(time[1:3])]+=1;\n```\nfirst line is commented!\nchange it like this :\n```py\n  if \"ali\" in sender.lower() and \"alavi\" in sender.lower() :\n  db[int(time[1:3])]+=1;\n```\n\nthis will find all ali alavi's messages in that group!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsharifnasab%2Ftelegram_export_analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsharifnasab%2Ftelegram_export_analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsharifnasab%2Ftelegram_export_analyzer/lists"}