Tag

Douban

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Dec 6, 2021 · Backend Development

Scraping Douban Movie Comments with Selenium and Generating a Word Cloud in Python

This tutorial demonstrates how to use Selenium to crawl short comments from a Douban movie page, extract them via XPath, paginate through results, and finally create a visual word cloud using Python's wordcloud library.

DoubanPythonSelenium
0 likes · 6 min read
Scraping Douban Movie Comments with Selenium and Generating a Word Cloud in Python
Tencent Cloud Developer
Tencent Cloud Developer
Jan 10, 2019 · Big Data

2018 Chinese Variety Show Data Analysis: Web Scraping, Rankings, and Reviews

This article demonstrates how to scrape the full 2018 Chinese variety‑show list from Douban using Python Selenium and BeautifulSoup, compile detailed metadata and actor information into Excel, and then analyze popularity rankings, rating distributions, frequent celebrity appearances, and common negative feedback.

Data VisualizationDoubanPython
0 likes · 24 min read
2018 Chinese Variety Show Data Analysis: Web Scraping, Rankings, and Reviews
Tencent Cloud Developer
Tencent Cloud Developer
Jul 26, 2018 · Artificial Intelligence

Python‑Based Scraping, Cleaning, Sentiment Analysis and Visualization of Douban Movie Reviews

The article walks through a full Python workflow that scrapes up to 500 Douban movie reviews for "Dying to Survive" and "Hidden Blade," cleans and stores them in pandas, performs SnowNLP sentiment analysis, and visualizes city distribution, rating trends, and word clouds with pyecharts.

Data VisualizationDoubanPython
0 likes · 23 min read
Python‑Based Scraping, Cleaning, Sentiment Analysis and Visualization of Douban Movie Reviews