Usage Arguments Details Value Examples
1 | f_weibo_repost_oneshot(cH=ch0, oneshot_url='http://weibo.com/2043157342/zcdFaeuD1')
|
cH |
之前登录获得的CurlHandle |
oneshot_url |
目标微博原po的链接 |
运行过程中会打印抓取情况。保持网络畅通,否则容易前功尽弃
rootmid |
原po的mid |
rootname |
原po主的昵称 |
rootuid |
原po主的uid |
rooturl |
原po的链接 |
repost_repost |
该条转发带来的转发数(页面显示值) |
reposturl |
该条转发的链接 |
repostmid |
该条转发的mid |
repostname |
该条转发的昵称 |
repostuid |
该条转发的uid |
1 2 | weibo_repost_oneshot <- f_weibo_repost_oneshot(cH=ch0, oneshot_url='http://weibo.com/2043157342/zcdFaeuD1')
head(weibo_repost_oneshot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.