From 45bafe2dbfcaeb268dc0fc716a11ed42458f4371 Mon Sep 17 00:00:00 2001 From: He Zhang Date: Mon, 2 Mar 2020 09:55:27 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4cfb98..6576e5c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [*English Version*](https://github.com/HeZhang1994/weibo-crawler/blob/master/README.md) | [*中文版*](https://github.com/HeZhang1994/weibo-crawler/blob/master/README-cn.md) -This is a **Python** implementation of crawling Weibo data (e.g., text, images, live photos, and videos) of target Sina Weibo user from the [Weibo Mobile Client](https://m.weibo.cn). It simulates user login by a **session** (username and password). +This is a **Python** implementation of crawling Weibo data (e.g., text, images, live photos, and videos) of a Sina Weibo user from the [Weibo Mobile Client](https://m.weibo.cn). It simulates user login by a **session** (username and password). Many thanks to [Python Chinese Community](https://blog.csdn.net/BF02jgtRS00XKtCx/article/details/79547627) for providing the source code `SourceCode_weibocrawler.py`.