f_renren_login: 校内登录

Usage Arguments Details Value Examples

Usage

1
  f_renren_login(name='****', pwd='****', cookie_file=NULL)

Arguments

name

用户名,通常是邮箱

pwd

密码

cookie_file

cookie文件,在无法模拟登陆时使用

Details

建议注册个马甲用用

Value

返回CurlHandle,用于后续的页面抓取

Examples

1
2
ch0 <- f_renren_login('myemail', 'mypwd')
ch0 <- f_renren_login(cookie_file='C:/Users/ASUS/Desktop/cookies.txt')

yibochen/Renren documentation built on May 4, 2019, 2:33 p.m.