Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s00d/onlinesim-ruby-api
- Owner: s00d
- License: apache-2.0
- Created: 2020-08-10T16:11:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T09:14:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T13:53:25.623Z (about 2 months ago)
- Topics: api, onlinesim, proxy, rent, ruby, sms, sms-api
- Language: Ruby
- Homepage: https://onlinesim.ru
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)