Skip to content

s00d/onlinesim-ruby-api

Repository files navigation

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

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published