I need to collect several RSS addresses for the recent blog Lifestream. I want to integrate the RSS of Sina Weibo. However, what is the new Sina rss address? Official search, who knows the official did not provide, there is no way, just do it yourself, use ASP. NET provides a page to upload your user ID, and then you can generate a document in xml format and get this address
I need to collect several RSS addresses for the recent blog Lifestream. I want to integrate the RSS of Sina Weibo. However, what is the new Sina rss address? Official search, who knows the official did not provide, there is no way, just do it yourself, use ASP. NET provides a page to upload your user ID, and then you can generate a document in xml format and get this address
I need to collect several RSS addresses for the recent blog Lifestream. I want to integrate the RSS of Sina Weibo. However, what is the new Sina rss address? Official search, who knows the official did not provide, there is no way, just do it yourself, use ASP. NET provides a page to upload your user ID, and then you can generate a document in xml format, get this address to your RSS reader or anything else.
Source code: http://bitbucket.org/medcl/sina-twitter-rss-feed-generator/downloadshttp://www.box.net/shared/059xe6z2sk
URL: http://medcl.net/SinaRss.aspx? Uid = 1, 1451057603
Replace the number following uid = with your user ID.
This ID is unknown?
Log on to your Weibo homepage, click my fans, and you will see your user ID in the address bar.
Update:
2010.3.7 added the encoding setting parameter. The default value is UTF-8. Usage:
GB2312 encoding: http://medcl.net/SinaRss.aspx? Uid = 1451057603 & encode = gb2312UTF8 encoding: http://medcl.net/SinaRss.aspx? Uid = 1451057603 & encode = UTF-8
2010.3.30 source file provides download, easy to deploy,: http://www.box.net/shared/059xe6z2sk
2010.4.17 serious: Space moved, temporarily does not support ASP. NET environment, the original corresponding address please replace with http://lakeyon.com/SinaRss.aspx? Uid = 1451057603 & encode = gb2312 [Change medcl.net to lakeyon.com. Thank you]
2010.4.21 Add a proxy. The original address will continue to be used. The actual jump will be to lakeyon.com.
2010.5.9 Add the originalimage parameter to specify whether to display the source image in Weibo. Usage:
Show source image: http://medcl.net/SinaRss.aspx? Uid = 1451057603 & encode = & originalimage = true ps: The image is not displayed normally.
Show thumbnail: http://medcl.net/SinaRss.aspx? Uid = 1451057603 & encode = & originalimage = false
2010.5.21 Add the quotation parameter to determine whether to remove the quotation marks. The quotation marks are removed by default. Optional values: false or true.
Such as: http://medcl.net/SinaRss.aspx? Uid = 1451057603 & quotation = false
2010.5.22 display @ forward source and add forward source connection. The title length is limited to 50. Add the parameter titlelimit to limit the title length, for example, titlelimit = 120. If you need to use the full title, use the parameter fulltitle = true
The complete example may be as follows (ps: the parameters are optional and can be one or more. fulltitle conflicts with titlelimit. When fulltitle is true, titlelibd fails ):
Limit title length 120: http://medcl.net/SinaRss.aspx? Uid = 1451057603 & titlelimit = 120
Show full title: http://medcl.net/SinaRss.aspx? Uid = 1451057603 & fulltitle = true
2010.6.27 write rss to a file, valid for 10 minutes
2010.6.30 source code and deployment file publishing address migration to http://bitbucket.org/medcl/sina-twitter-rss-feed-generator/downloads
2010.8.17 http://bit.ly/getmyrss online custom page (wall up here, http://go.medcl.net/getrssor http://lakeyon.com/get.html)
Http://log.medcl.net/item/2010/02/sina-bo-rss-subscribe-feed-generate-micro/