{"id":18625670,"url":"https://github.com/devunt/uotp","last_synced_at":"2025-08-27T13:20:42.930Z","repository":{"id":62586578,"uuid":"101666900","full_name":"devunt/uotp","owner":"devunt","description":"μOTP+ is the next generation OTP toolkit.","archived":false,"fork":false,"pushed_at":"2017-12-23T11:22:05.000Z","size":32,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T09:47:40.065Z","etag":null,"topics":["otp"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/uotp/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devunt.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2017-08-28T17:04:19.000Z","updated_at":"2024-01-20T05:58:23.000Z","dependencies_parsed_at":"2022-11-03T20:21:22.783Z","dependency_job_id":null,"html_url":"https://github.com/devunt/uotp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devunt%2Fuotp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devunt%2Fuotp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devunt%2Fuotp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devunt%2Fuotp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devunt","download_url":"https://codeload.github.com/devunt/uotp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987060,"owners_count":21028891,"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":["otp"],"created_at":"2024-11-07T04:35:38.889Z","updated_at":"2025-04-11T04:32:37.635Z","avatar_url":"https://github.com/devunt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*****\nμOTP+\n*****\n\nμOTP+ is the next generation OTP toolkit.\n\n\nInstallation\n============\n\nYou will need Python 3.4 or higher in order to run ``uotp``.\n\n.. code-block:: console\n\n  $ pip install -U uotp\n\n\nHow to use μOTP+ as GUI application\n===================================\n\nRun ``uotp gui``.\n\n.. code-block:: console\n\n  $ uotp gui\n\n\nHow to use μOTP+ as CLI application\n===================================\n\nJust run ``uotp``.\n\n.. code-block:: console\n\n  $ uotp\n\nμOTP+ will automatically issue a new account and sync time with the server for you.\n\nOnce you have successfully issued the new account, running ``uotp`` again will start giving you the OTP token.\n\nFor more information, see ``uotp --help``.\n\n\nConfiguration file\n------------------\n\nBy default, a new configuration file will be automatically generated on ``~/.config/uotp/config.yml``.\n\nThis behaviour however can be overriden by passing ``--conf=/path/to/config.yml`` to ``uotp`` command or setting ``UOTP_CONF=/path/to/config.yml`` environment variable.\n\n.. code-block:: console\n\n  $ uotp --conf=uotp.yml new\n  $ UOTP_CONF=uotp.yml uotp new\n\n\nHow to develop an application using μOTP+\n=========================================\n\n.. code-block:: python\n\n  # Import everything\n  from uotp import UOTP\n\n\n  # Create an instance of UOTP\n  uotp = UOTP\n\n\n  # Issue a new account\n  uotp.issue_account()\n  print('S/N: ', uotp.account_serial_number)\n\n\n  # Sync time with the server\n  uotp.sync_time()\n\n\n  # Get a new OTP token\n  token = uotp.generate_token()\n  print('Token: ', token)\n\n\nLicense\n=======\n\nAll proprietary materials are intellectual property of (C) 2004 - 2017 ATsolutions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevunt%2Fuotp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevunt%2Fuotp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevunt%2Fuotp/lists"}