jonnekaunisto / simple-youtube-api

Object-oriented Wrapper for Youtube API in Python
https://simple-youtube-api.rtfd.io
Other
74 stars 16 forks source link

What should the value of credentials.storage ? #32

Closed ketanip closed 3 years ago

jonnekaunisto commented 3 years ago

The first time you run the channel.login() it will prompt you to login to your Google account and once you're done with that the credentials.storage file will be generated in the directory that you set it to be in.

Now if you call channel.login() again then it will use the credentials in the credentials.storage file.

Does that make sense?

ketanip commented 3 years ago

Yes it makes sense to me. Thank You sir. 🙂