Tag

Login Simulation

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jul 23, 2021 · Backend Development

Simulating Login to a Web Portal Using Python urllib2 and cookielib

This tutorial demonstrates how to programmatically log into a website by handling cookies, fetching and solving captchas, and posting the required form data using Python's urllib2 and cookielib modules, with a complete example targeting a school academic system.

HTTPLogin Simulationcaptcha
0 likes · 5 min read
Simulating Login to a Web Portal Using Python urllib2 and cookielib
Python Programming Learning Circle
Python Programming Learning Circle
Apr 7, 2021 · Backend Development

Simulating Zhihu Login and Scraping Content with Python Requests

This tutorial demonstrates how to use Python's requests library to simulate Zhihu login by handling dynamic _xsrf tokens, optional captcha verification, saving cookies, and then crawling the main page to extract questions and answer abstracts.

Login SimulationPythonRequests
0 likes · 10 min read
Simulating Zhihu Login and Scraping Content with Python Requests