[Python] captures the titles and links of all its articles based on the username of the blog garden,
Capture the titles and links of all the articles based on the username of the blog garden.
:Https://github.com/YouXianMing/cnblogsTitleGetter
-Instructions before use-
(1) network library is using requests (https://github.com/kennethreitz/requests), not installed with pip install requests Installation
(2) The project is based on Python3.60, and other versions are not verified.
Effect
Follow these steps:
1. Get the name
2. paste and execute the following code:
From TittleGetter import * # the personal name titleGetter = TittleGetter ("YouXianMing") on the http://www.cnblogs.com/YouXianMing/# blog garden url # if this person exists, continue if titleGetter. userExist: # Start to analyze and traverse data for item in titleGetter. startAnalyse. titleObjectList: print ("% s" % (item. titlename, item. url ))
3. The following are the printed results.