Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tanmaykm/pygdrive
- Owner: tanmaykm
- License: mit
- Created: 2014-10-29T09:40:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-29T11:31:09.000Z (about 10 years ago)
- Last Synced: 2024-11-01T14:09:31.866Z (about 2 months ago)
- Topics: google-drive, python, synchronize-files
- Language: Python
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`