Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattazz/foundrybackup
https://github.com/mattazz/foundrybackup
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattazz/foundrybackup
- Owner: mattazz
- Created: 2024-02-12T19:07:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T03:24:22.000Z (11 months ago)
- Last Synced: 2024-11-13T23:27:29.149Z (3 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
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