Skip to content

A python package enabling the syncing of a keypass database (or any file) with google drive. It provides the necessary functions for in-script use and a command-line tool.

Notifications You must be signed in to change notification settings

Retzoh/keypass_google_drive_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keypass sync on google drive

This repository contains a pip package enabling the syncing of a keypass database (or any file) with google drive.

It provides the necessary functions for in-script use and a command-line tool.

Usage

From a terminal:

python -m keypass_sync -h -- display the documentation

python -m keypass_sync init -- setup the syncing

You will be asked for:

  • The path to the file to sync on your machine
  • The id of the corresponding file on your google drive
    • (It's the big chain of digits and letters in the middle of the sharing link)
  • The path to a OAuth ID file (see installation)

python -m keypass_sync -- perform a syncing operation

If you now setup a cron job running python -m keypass_sync periodically your file is now synced with your google drive !

From python:

import keypass_sync.

Installation

Subscribe to updates

Send a mail to ~retzoh/[email protected]

git.sh.ht repository

https://git.sr.ht/~retzoh/keypass_google_drive_sync

github repository

https://github.com/Retzoh/keypass_google_drive_sync

The master branches on sr.ht and github are synchronized through this manifest at each commit on master

Contributing

Issue tracker

https://todo.sr.ht/~retzoh/keypass-google-drive-sync-discussions

Submit patches

Send your patches to ~retzoh/[email protected]

Reviewing

Submitted patches can be found there: https://lists.sr.ht/~retzoh/keypass-google-drive-sync-contributing

Send a mail to ~retzoh/[email protected] to be notified of new patches.

About

A python package enabling the syncing of a keypass database (or any file) with google drive. It provides the necessary functions for in-script use and a command-line tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages