Update README.md

This commit is contained in:
lzzy12 2019-11-07 14:57:18 +05:30
parent da622c04be
commit 8e7abade29

View File

@ -64,6 +64,7 @@ Note: You can limit maximum concurrent downloads by changing the value of MAX_CO
- Move that file to the root of mirror-bot, and rename it to credentials.json - Move that file to the root of mirror-bot, and rename it to credentials.json
- Finally, run the script to generate token file (token.pickle) for Google Drive: - Finally, run the script to generate token file (token.pickle) for Google Drive:
``` ```
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
python3 generate_drive_token.py python3 generate_drive_token.py
``` ```
## Deploying ## Deploying