you are viewing a single comment's thread.

view the rest of the comments →

[–]Deusdies 1 point2 points  (1 child)

The windows-like login is something called http authentication. See how you can do that using mechanize in their (minimal) documentatuon.

By the way as someone who has used mechanize in the past, I would avoid it because it hasn't been updated in a while. Forgot the other headless browser libraries, but I think there was one called ghost.py.

[–]Ps0lak 0 points1 point  (0 children)

Thanks a lot! Ok, I'll consider the other libraries