README.md

weiborr

Simple Sina Weibo API client

Philosophy

The purpose of this package is to create a Sina Weibo API client that can adapt to the ever-changing Sina Weibo API version 2.

The idea is not to create a Weibo library to wrap every API functions. We provide the fabric for you to build your own application. (Similar to the Python weibo client.) Therefore, you still need to refer to the Official API documentation.

Usage

require(weiborr)
require(magrittr)

my_auth <- weibo_auth(access_token = "123")
frds <- weibo_get(my_auth, api = "friendships/friends", uid = 12345678)
to_df(frds$users) ## convert multiple users info to data.frame


chainsawriot/weiborr documentation built on May 13, 2019, 3:23 p.m.