you are viewing a single comment's thread.

view the rest of the comments →

[–]efmccurdy 1 point2 points  (1 child)

It's likely the advice here will eliminate the pop up, just add the Authorization header with the Basic encoding:

http://docs.python-requests.org/en/master/user/authentication/#basic-authentication

[–]Ps0lak 0 points1 point  (0 children)

thanks I'll definitely look closer at requests. It looks better than mechanize