lzzy12 / python-aria-mirror-bot

A telegram bot for all your mirror needs | OG Repo
https://t.me/pythonmirrorsupport
GNU General Public License v3.0
736 stars 1.3k forks source link

token.pickle #225

Closed jashvakharia closed 3 years ago

jashvakharia commented 3 years ago

Traceback (most recent call last): File "generate_drive_token.py", line 3, in from google_auth_oauthlib.flow import InstalledAppFlow ModuleNotFoundError: No module named 'google_auth_oauthlib'

AlbionWhite07 commented 3 years ago

@brucetech627 Then install the module -_-

ghost commented 3 years ago

install requirements

ghost commented 3 years ago

https://github.com/lzzy12/python-aria-mirror-bot/blob/master/requirements.txt

ghost commented 3 years ago

pip3 install google-api-python-client google-auth-httplib2 google-auth-oauthlib python3 generate_drive_token.py

lzzy12 commented 3 years ago

pip3 install -r requirements-cli.txt