Skip to content

A python wrapper for the 1Password CLI, used here to transfer documents between two accounts

Notifications You must be signed in to change notification settings

SeanLF/1Password-cli-python-wrapper--to-transfer-documents-between-accounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1Password python wrapper

Light python wrapper for 1Password CLI, inspired by wandera.

Getting started

On a Mac, assuming you have homebrew, and python3 installed

  • brew cask install 1password-cli
  • python3 main.py

Additional info

  • transfer_documents.py contains the executable code to transfer documents from one account to another.
    • Some errors can occur, and will be shown in the console.
    • Transferred document includes the user-defined tags, title and the original uploaded filename.
  • client.py contains the wrapper for the 1Password CLI.
    • implementation allows for multiple users logged in at once, using session tokens.
  • utils.py contains the code to interact with the command line.

About

A python wrapper for the 1Password CLI, used here to transfer documents between two accounts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages