-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Pavel Kuzmin edited this page Aug 10, 2020
·
3 revisions
Wrapper for automatic reception of SMS-messages by onlinesim.ru
You need to create an account HERE and go to profile to get APIKEY
You can install or upgrade package with:
$ gem install onlinesimrequire 'onlinesim'
# ...
driver = OnlineSim::Driver.new(:apikey => 'TOKEN').numbers
tzid = driver.get('vkcom')
puts driver.stateone(tzid)['number']
puts driver.close(tzid)All documentation is in the wiki of this project - Documentation
If you have any problems, please create Issues here https://github.com/s00d/onlinesim-ruby-api/issues
© 2013 - 2020. OnlineSim LLC