web.user_timeline: Return the weibos of one user by web parsing.

Description Usage Arguments Value Author(s) Examples

Description

Return the weibos of one user by web parsing.

Usage

1
2
web.user_timeline(roauth, uid, pages = 1, wv = 5, sleepmean = 3,
  sleepsd = 1)

Arguments

roauth

A OAuth object created by createOAuth.

uid

User ID to be queried.

pages

The pages of the search result. The default value is 1.

wv

The default value is 5.

sleepmean

Mean of the sleeping time before each searching. The default value is 3.

sleepsd

Standard deviations of the sleeping time before each searching. The default value is 1.

Value

A data.frame of weibos, each weibo contains:

MID

Weibo ID of string

Author

Nick name of the author

UID

User ID

Weibo

Weibo content

Forward

Forward content

Time_Weibo

Time of this weibo

Time_Search

Time of this search

Count_Forward

Count of replys

Count_Reply

Count of forwards

Client

Client of the weibo

Author(s)

Jian Li <rweibo@sina.com>

Examples

1
2
3
4
5
## Not run: 
u1 <- web.search.user("lijian001")
w1 <- web.user_timeline(roauth, uid = u1$uid, pages = 1:2)

## End(Not run)

Rweibo documentation built on May 2, 2019, 5:23 p.m.