Project

habr

0.0
No commit activity in last 3 years
No release in over 3 years
Simple HTTP mapper for habrahabr.ru user data API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Habrahabr gem

This is a habrahabr uer data API gem.

API is documented here: http://habrahabr.ru/info/help/api/

Usage:

require 'rubygems'
require 'habr'

user = Habr::User.find_by_name('4pcbr')
puts user.login # output login: '4pcbr'
puts user.karma # will output current user karma
puts user.rating # will output current user rating
puts user.ratingPosition # will output current user position in rating table