Project

sina

0.0
No commit activity in last 3 years
No release in over 3 years
this gem is a simple one for call for sina weibo api
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 1.6.7
>= 0.5.2
 Project Readme

A third party, non-official sina weibo API gem created by goshan. Inspired by huangxiangdan’s renren API gem.

To install the gem simply enter:

gem install sina

This is a minimalistic API implementation, where all function calls goes through a single method. For example to publish a feed item one might do the following:

param = {:uid => "blahblah"}
sina = Sina::Base.new(token)
sina.call_method("get", "users/show", param)

the token should be got by yourself

This gem was made in the process of creating 一见关注 [easyfollow.com], please take a moment and go and check out that project for example usage.

Sites using the renren gem¶ ↑

easyFollow easyfollow.com