Usage Arguments Details Value Examples
1 | f_weibo_login(name='****', pwd='****', cookie_file=NULL)
|
name |
用户名,通常是邮箱 |
pwd |
密码 |
cookie_file |
cookie文件,在无法模拟登陆时使用 |
建议注册个马甲用用
返回CurlHandle,用于后续的页面抓取
1 2 | ch0 <- f_weibo_login('myemail', 'mypwd')
ch0 <- f_weibo_login(cookie_file='C:/Users/ASUS/Desktop/cookies.txt')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.