
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
A Ruby wrapper class for the SMS sending service API called MO-SMS located in Sweden. In order to use the service, you have to register an account. More information can be found on their site. The development of this gem has been done using MO-SMS's API specification found here
Add this line to your application's Gemfile:
gem 'mo_sms'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mo_sms
To fire the class just
sms = MoSms::SMSSender.new("your_username", "your_password")
To send a text sms, call the .send() method. Watch out for the Exceptions that can be thrown here :)
sms.send("072123123", :text, "This is my message")
Other attributes are added to the class (read the API specification) like...
sms.tariff = false #or true
sms.allow_long_message = false #or true
sms.custom_sender = false #or true
FAQs
Unknown package
We found that mo_sms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.