Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattazz/foundrybackup


https://github.com/mattazz/foundrybackup

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

1. Download your client_secrets.json for Google API
2. Use the auth.py to generate a token.json
3. run Main.py to authenticate for google drive
4. profit

# To do
[ ] Fix deleting file (always in use)
[ ] Add log function
[x] Unzip and replace files for Mac
[x] Add Windows path for unzipping
[x] Fix windows bat file module not found, not activating venv
[ ] Make a bash file similar to the bat file
[ ] If token is invalid, do another request in auth.py