{"id":25602830,"url":"https://github.com/fekri8614/py-github-pass-reader","last_synced_at":"2026-05-13T20:31:58.795Z","repository":{"id":277872256,"uuid":"933782901","full_name":"fekri8614/py-github-pass-reader","owner":"fekri8614","description":"Simple python script to read generated \"github-recovery-codes.txt\" file. ","archived":false,"fork":false,"pushed_at":"2025-02-16T17:29:43.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T18:27:26.268Z","etag":null,"topics":["github","github-config","python","python3"],"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/fekri8614.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":"2025-02-16T17:20:38.000Z","updated_at":"2025-02-16T17:29:46.000Z","dependencies_parsed_at":"2025-02-16T18:27:59.318Z","dependency_job_id":"de174e51-2407-4e32-bf5c-0af925ceaa07","html_url":"https://github.com/fekri8614/py-github-pass-reader","commit_stats":null,"previous_names":["fekri8614/py-github-pass-reader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fekri8614/py-github-pass-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekri8614%2Fpy-github-pass-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekri8614%2Fpy-github-pass-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekri8614%2Fpy-github-pass-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekri8614%2Fpy-github-pass-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fekri8614","download_url":"https://codeload.github.com/fekri8614/py-github-pass-reader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekri8614%2Fpy-github-pass-reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32999213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":["github","github-config","python","python3"],"created_at":"2025-02-21T17:24:11.680Z","updated_at":"2026-05-13T20:31:58.774Z","avatar_url":"https://github.com/fekri8614.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### py-github-pass-reader\n**Simple python script to read the generated \"github-recovery-codes.txt\" file.**\n---\n# How to use it:\n1. run the code:\n```bash\npython3 py_github_pass_reader.py\n```\n  \n1. *Enter the file path*\n\n---\n\n``` python\nimport random\n\ndef main():\n    file_path = input(\"file path: \")\n\n    if(len(file_path) \u003e 8):\n        generate_pass(file_path)\n    else:\n        print(\"Try again.\")\n        main()\n\ndef generate_pass(file_path):\n    pass_list = []\n    filtered_pass_list = []\n    try:\n        with open(file_path, \"r\") as files:\n            for file in files:\n                pass_list.append(file)\n\n            for pass_item in pass_list:\n                filtered_pass_list.append(pass_item.replace(\"\\n\", \"\"))\n\n        print(\"\\n\" + \"-\"*4 + \" Result \" + \"-\"*4)\n        print(\"Your Password: \" + str(random.choice(filtered_pass_list)))\n        \n    except Exception as e:\n        print(\"\\n\" + \"-\"*10 + \" Occured Error \" + \"-\"*10)\n        print(e) \n\nif __name__ == \"__main__\":\n    main()\n```\n---\n*new updates are coming...*\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffekri8614%2Fpy-github-pass-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffekri8614%2Fpy-github-pass-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffekri8614%2Fpy-github-pass-reader/lists"}