{"id":19899871,"url":"https://github.com/hamid0740/combo-list-fixer","last_synced_at":"2026-03-08T00:31:19.995Z","repository":{"id":249654959,"uuid":"413796576","full_name":"hamid0740/Combo-List-Fixer","owner":"hamid0740","description":"Simple python code to fix your combo list by removing any text after a separator or removing duplicate combos","archived":false,"fork":false,"pushed_at":"2021-10-10T10:05:39.000Z","size":12,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-02T22:35:48.322Z","etag":null,"topics":["combo","combolist","python"],"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/hamid0740.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":"2021-10-05T11:51:26.000Z","updated_at":"2024-09-06T02:29:20.000Z","dependencies_parsed_at":"2024-07-22T14:43:40.123Z","dependency_job_id":null,"html_url":"https://github.com/hamid0740/Combo-List-Fixer","commit_stats":null,"previous_names":["hamid0740/combo-list-fixer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hamid0740/Combo-List-Fixer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamid0740%2FCombo-List-Fixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamid0740%2FCombo-List-Fixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamid0740%2FCombo-List-Fixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamid0740%2FCombo-List-Fixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamid0740","download_url":"https://codeload.github.com/hamid0740/Combo-List-Fixer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamid0740%2FCombo-List-Fixer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30238846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:30:53.000Z","status":"ssl_error","status_checked_at":"2026-03-08T00:30:44.061Z","response_time":53,"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":["combo","combolist","python"],"created_at":"2024-11-12T20:10:10.390Z","updated_at":"2026-03-08T00:31:19.961Z","avatar_url":"https://github.com/hamid0740.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Combo List Fixer\nA simple python code to fix your combo list by removing any text after a separator or removing duplicate combos\n\n\n## Removing any text after a separator\nAs an example we have the following combo list file:\n```\nabc123@mail.com:password |  leaked by anonymous\ndef456@mail.com:password |  leaked by anonymous\nghi789@mail.com:password |  leaked by anonymous\n```\nObviously, if you want to check these accounts with a checker, you will encounter some problems.\n\nSo, by using this code, the above combo list will be like the bottom by setting \" |\" as the separator:\n```\nabc123@mail.com:password\ndef456@mail.com:password\nghi789@mail.com:password\n```\n\n## Removing duplicate combos\nAs an example we have the result of that following combo list file:\n```\nabc123@mail.com:password\ndef456@mail.com:password\nghi789@mail.com:password\ndef456@mail.com:password\n```\nThen after you accept to remove duplicate combos, the results bottom will be saved:\n```\nabc123@mail.com:password\ndef456@mail.com:password\nghi789@mail.com:password\n```\n\n## Output\nAfter you enter the required info, if the operation completes successfully, the results will be saved as `output.txt`.\n\nHope you like the code ❤\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamid0740%2Fcombo-list-fixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamid0740%2Fcombo-list-fixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamid0740%2Fcombo-list-fixer/lists"}