Use Ruby to refresh your popularity ..

Source: Internet
Author: User
I just posted a few songs in the music space and typed a few Ruby words. Code Popularity Require ' Net/HTTP '

Count =   1 .. 100000 # Define an array

Count. Each { # Each
| Index | # Element is Index 1 2 3 4 5 6
Printf " # {Index} "   # Print Index and Space
H = Net: http. New ( ' Space.cnblogs.com ' , 80 ) # Create a object
Resp, Data = H. Get ( ' /Group/topic/1605/ ' , Nil) # Get
If Resp. Code ! =   " 200 "   # If HTTP response status code not is 200
Puts resp. Code # Put status code
Puts resp. Message # Put status message

Resp. Each { # Put Headers
| Key, Val |
Puts " # {Key} \ t # {Val} "
}

P Data # Put html
Break   # Break the eache
End
# Sleep (1) # Sleep use second do inteval
}

Why is there no ruby format in the blog garden code? It seems that I can only use Python format.

Python and Ruby Perl are both easy to use.

Related Article

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.