[Python] captures the titles and links of all its articles based on the username of the blog garden,

Source: Internet
Author: User

[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.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.