Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanmaykm/pygdrive

Python package to synchronize Google Drive files
https://github.com/tanmaykm/pygdrive

google-drive python synchronize-files

Last synced: 3 days ago
JSON representation

Python package to synchronize Google Drive files

Awesome Lists containing this project

README

        

pygdrive
========

A simple Python package that lets you synchronize files to and from your Google Drive.
This is still work in progress.

### Setup
- clone this repository
- create a project in Google API Console
- fill in the keys required in `conf/server.conf.template` and save it as `conf/server.conf`
- add the cloned path to PYTHONPATH
- run `./bin/pygdrun.py`
- point browser to `http://localhost:8000`