You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script does not set a user agent, which causes it to fail, as it uses the default user agent of the requests library. For example, searching returns You don’t have permission to access this resource. The fix is simple: add a user agent and use it consistently for all requests.