Project

onlinesim

0.0
Low commit activity in last 3 years
No release in over a year
onlinesim.ru Ruby API wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.2.27

Runtime

~> 1.0
~> 3.10
>= 0
 Project Readme

Onlinesim Ruby API

Wrapper for automatic reception of SMS-messages by onlinesim.ru

Gem Version

Installation

You can install or upgrade package with:

$ gem install onlinesim

Example

require 'onlinesim'

# ...

driver = OnlineSim::Driver.new(:apikey => 'TOKEN').numbers
tzid = driver.get('vkcom')
puts driver.stateone(tzid)['number']
puts driver.close(tzid)

Documentation

All documentation is in the wiki of this project - Documentation

Bugs

If you have any problems, please create Issues here