Tag

scraping

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jul 30, 2024 · Backend Development

Introducing DrissionPage: A Python Library for Fast Browser Automation and Requests Integration

DrissionPage is a Python web‑automation library that merges browser control with high‑speed request handling, offering features like driver‑free operation, iframe support, multi‑tab management, full‑page screenshots, and an easy‑to‑use API demonstrated with a concise code example for web scraping tasks.

PythonRequestsWeb Automation
0 likes · 4 min read
Introducing DrissionPage: A Python Library for Fast Browser Automation and Requests Integration
Python Programming Learning Circle
Python Programming Learning Circle
Jul 5, 2024 · Backend Development

Introducing DrissionPage: A Python Web Automation Library Combining Browser Control and Requests

DrissionPage is a Python-based web automation library that merges browser-driven interaction with high‑efficiency request handling, offering a fast, driver‑free, and feature‑rich alternative to Selenium for tasks such as scraping, element searching, and full‑page screenshots.

RequestsWeb Automationdrissionpage
0 likes · 5 min read
Introducing DrissionPage: A Python Web Automation Library Combining Browser Control and Requests
Python Programming Learning Circle
Python Programming Learning Circle
May 5, 2024 · Backend Development

Introducing DrissionPage: A Python Web Automation Tool Combining Browser Control and Requests

DrissionPage is a Python-based web automation library that merges browser-driven interaction with high‑efficiency request handling, offering a concise syntax, faster execution, and features like iframe handling, shadow‑root processing, and full‑page screenshots, making web scraping and testing more accessible.

PythonRequestsWeb Automation
0 likes · 5 min read
Introducing DrissionPage: A Python Web Automation Tool Combining Browser Control and Requests
Python Programming Learning Circle
Python Programming Learning Circle
Jun 25, 2022 · Operations

How to Build a Simple Python Auto‑Like Bot for Web Platforms

This article explains how to create a Python‑based auto‑like robot for web sites by simulating login, handling cookies, and sending POST requests to platform APIs, while also covering common challenges like captchas and IP anti‑scraping measures.

HTTPLike BotPython
0 likes · 7 min read
How to Build a Simple Python Auto‑Like Bot for Web Platforms
Python Programming Learning Circle
Python Programming Learning Circle
Oct 21, 2021 · Backend Development

Automating Weibo Login, Posting, and Liking with Python Requests

This tutorial demonstrates how to use Python's requests library to programmatically log into Weibo, publish a status update, and automatically like posts by handling cookies, sessions, and the required st token, complete with full code examples.

APIRequestsWeb Automation
0 likes · 10 min read
Automating Weibo Login, Posting, and Liking with Python Requests
Python Programming Learning Circle
Python Programming Learning Circle
Aug 20, 2021 · Backend Development

Python Crawler for Scraping Baidu Baike Articles

This article presents a complete Python web crawler example that extracts Baidu Baike entries, detailing the implementation of URL management, page downloading, HTML parsing with BeautifulSoup, data collection, and output generation, along with sample code and usage instructions.

BaikeBeautifulSoupPython
0 likes · 9 min read
Python Crawler for Scraping Baidu Baike Articles
Python Programming Learning Circle
Python Programming Learning Circle
Apr 8, 2021 · Information Security

Multiple Anti‑Crawling Measures and Best Practices for Web Scraping

The article outlines several anti‑crawling techniques—including IP restrictions, User‑Agent validation, CAPTCHAs, AJAX loading, noscript tags, and cookie checks—while also offering practical advice for writing ethical, efficient, and robust web crawlers.

IP blockingWeb Securityanti-crawling
0 likes · 6 min read
Multiple Anti‑Crawling Measures and Best Practices for Web Scraping