Login

It logins to youtube through the credentials passed in username and password.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

youtube.login(username='datakund@gmail.com', password='pwd@123')
Parameters
  • username (str) – Account Username

  • password (str) – Account Password

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict