Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s00d/onlinesim-ruby-api

Ruby Wrapper for automatic reception of SMS-messages by onlinesim.ru
https://github.com/s00d/onlinesim-ruby-api

api onlinesim proxy rent ruby sms sms-api

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Onlinesim Ruby API

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

[![Gem Version](https://badge.fury.io/rb/onlinesim.svg)](https://badge.fury.io/rb/onlinesim)

### Installation
You can install or upgrade package with:
```bash
$ gem install onlinesim
```
### Example
```ruby
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](https://github.com/s00d/onlinesim-ruby-api/wiki)**

## Bugs

If you have any problems, please create Issues [here](https://github.com/s00d/onlinesim-ruby-api/issues)