{"id":20954354,"url":"https://github.com/jonperk318/telegram-parsers","last_synced_at":"2025-10-20T00:28:21.151Z","repository":{"id":252886574,"uuid":"841788841","full_name":"jonperk318/telegram-parsers","owner":"jonperk318","description":"OSINT tools: Telegram chat parsers built to find and extract credit/debit card information and credentials using keyword matches","archived":false,"fork":false,"pushed_at":"2024-12-16T04:55:26.000Z","size":57,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T13:45:42.708Z","etag":null,"topics":["bank","cc","credit-card","debit-card","json","open-source-intelligence","osint","osint-python","osint-resources","osint-tool","osint-tools","parser","python","telegram","telegram-channel","telegram-chat"],"latest_commit_sha":null,"homepage":"","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/jonperk318.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":"2024-08-13T03:40:12.000Z","updated_at":"2024-12-16T04:55:30.000Z","dependencies_parsed_at":"2024-08-13T05:26:13.470Z","dependency_job_id":"887eb9b7-e4a3-4dc5-b214-5f51700332b8","html_url":"https://github.com/jonperk318/telegram-parsers","commit_stats":null,"previous_names":["jonperk318/telegram-parser","jonperk318/telegram-parsers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonperk318%2Ftelegram-parsers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonperk318%2Ftelegram-parsers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonperk318%2Ftelegram-parsers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonperk318%2Ftelegram-parsers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonperk318","download_url":"https://codeload.github.com/jonperk318/telegram-parsers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247698021,"owners_count":20981288,"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":["bank","cc","credit-card","debit-card","json","open-source-intelligence","osint","osint-python","osint-resources","osint-tool","osint-tools","parser","python","telegram","telegram-channel","telegram-chat"],"created_at":"2024-11-19T01:14:14.545Z","updated_at":"2025-10-20T00:28:16.116Z","avatar_url":"https://github.com/jonperk318.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram Chat CC Parser 2.0\n\n## Now able to scrape directories for JSON files\n\nThis script takes in JSON files exported from Telegram chat history and finds credit/debit card information \nin posts with keyword mentions. This is to be used to search dumps for sensitive data so the victims\ncan be made aware of the breach and the cards can be canceled. This is ONLY created to PREVENT \nfurther exploitation.\n\nAccepted cc formats:\\\n0000000000000000|MM|YY|000\\\n0000000000000000|MM|YY|0000\\\n0000000000000000|MM|YYYY|000\\\n0000000000000000|MM|YYYY|0000\nThe | can also be a :\n\n## How to use\n\nThis script is written in Python 3.12.0.\n\n1. Find a Telegram channel with credit/debit card dumps in a format shown above.\n2. Export chat history as a JSON (machine readable) format by navigating to the top right menu of the Telegram desktop app. Deselect all boxes and change `HTML` to `JSON`. Export as many \n\n![demo.png](demo.png)\n\n3. Download `telegram-cc-parser.py`.\n4. Run the following command from terminal:\n\n```python\npython3 telegram_cc_parser.py [file_or_directory_path] [keyword]\n```\n5. After a short time, the results will be exported to a `csv` file with the following format:\n\n- `from-channel-name`: channel name post originated from\n- `from-channel-id`: channel ID\n- `message-id`: unique message ID (to find exact message by appending to Telegram chat URL)\n- `date`: MM/DD/YYYY\n- `time`: 00:00:00\n- `bin`: first 6 digits of card number\n- `cc-number`: card number\n- `expiration`: expiration date\n- `cvv`: pin\n- `link`: link to message\n\n## Notes\n\nPlease use responsibly! This is an open-source intelligence (OSINT) tool, and as any of these tools, it should be used to counteract criminal activity and protect victim data.\n\nI originally created this for a more narrow use case and didn't intend to share it, but I realized its potential to help a researcher/analyst that stumbles accross it. If you have any suggestions on further features, or if you encounter bugs, please open an issue. Also feel free to contact me directly!\n\n\n\n# Telegram Credential Parser\n\nThis tool takes in TXT files downloaded from Telegram and parses out credentials using keyword matches. \nThis is to be used to search dumps for sensitive data so the victims can be made aware of the breach \nand the credentials can be deactivated. This is ONLY created to PREVENT further exploitation.\n\nEnter the path to a directory of TXT files downloaded from the target Telegram channel. The results will\nbe output into a CSV file titled \"credentials.\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonperk318%2Ftelegram-parsers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonperk318%2Ftelegram-parsers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonperk318%2Ftelegram-parsers/lists"}