{"id":20276260,"url":"https://github.com/syedibrahim/gauthy","last_synced_at":"2025-06-13T05:32:13.607Z","repository":{"id":46314274,"uuid":"417822674","full_name":"syedibrahim/GAuthy","owner":"syedibrahim","description":"Cli based Google Authenticator TOTP Generator","archived":false,"fork":false,"pushed_at":"2022-10-29T19:48:40.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T06:49:09.570Z","etag":null,"topics":["click","googleauthenticator","hacktoberfest","python","totp","typer","typer-cli"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syedibrahim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-16T12:33:04.000Z","updated_at":"2021-10-31T09:31:41.000Z","dependencies_parsed_at":"2023-01-20T07:21:45.293Z","dependency_job_id":null,"html_url":"https://github.com/syedibrahim/GAuthy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/syedibrahim/GAuthy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedibrahim%2FGAuthy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedibrahim%2FGAuthy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedibrahim%2FGAuthy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedibrahim%2FGAuthy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syedibrahim","download_url":"https://codeload.github.com/syedibrahim/GAuthy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedibrahim%2FGAuthy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259589123,"owners_count":22880914,"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":["click","googleauthenticator","hacktoberfest","python","totp","typer","typer-cli"],"created_at":"2024-11-14T13:13:03.139Z","updated_at":"2025-06-13T05:32:13.579Z","avatar_url":"https://github.com/syedibrahim.png","language":"Python","readme":"# GAuthy\n\nCli based Google Authenticator TOTP Generator\n\n## Prerequisites\n\n1. Requires **Python 3.6+**\n2. Install requirements using poetry\n```commandline\npoetry install\n```\n3.Install **zbar** package\n```commandline\npip install zbar\n```\nFor mac user\n```commandline\nbrew install zbar\n```\n# How to ?\n\n---\n### Usage:\n```commandline\npython gauthy generate [--key/-k Authenticator_Key | --qr/-q Path_To_Qr_Image | --file/-f Storage_File] [--current/-c]\n```\n## Generate TOTP using Key or QR code:\n\n---\n### To generate TOTP using Authenticator Key\n```commandline\npython gauthy generate -k YOURAUTHKEYHERE\npython gauthy generate --key YOURAUTHKEYHERE\n```\n### To generate TOTP using Authenticator QR code Image\n```commandline\npython gauthy generate -q path/to/image\npython gauthy generate --qr path/to/image\n```\n\n## Save and Generate TOTP using file\n\n---\n### Usage:\n```commandline\n# To save to a file\npython gauthy save path/to/file [--key/-k Authenticator_Key|--qr/-q Path_To_Qr_Image]\n\n# To generate from a file\npython gauthy generate [--file/-f Storage_File] [--current/-c]\n```\n### To add TOTPs to file\n```commandline\n# To add Auth key to file\npython gauthy save path/to/file -k YOURAUTHKEYHERE\n\n# To add URI from QR image to file\npython gauthy save path/to/file -q path/to/image\n```\n\n### To generate TOTP using file\n```commandline\npython gauthy generate -f path/to/file\npython gauthy generate --file path/to/file\n```\n### Other options\n1. To display just current TOTP\n- Use **_-c / --curent_** flag to display just current TOTP\n- Example: \n```commandline\npython gauthy -q path/to/image --current\npython gauthy --key YOURAUTHKEYHERE -c\n```\n---\n### For help\n```commandline\n python gauthy --help\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedibrahim%2Fgauthy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyedibrahim%2Fgauthy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedibrahim%2Fgauthy/lists"}