twilio
Version, currently master branch1 version
- master branchlatestJul 12, 2018
github.com/bitstopco/twilio.cr
A library to access the Twilio API
3 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
twilio:
github: bitstopco/twilio.cr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
- Author
- arubinofaux
Dependencies
Runtime Dependencies
- icr*github: crystal-community/icr, branch: master
README
twilio.cr - A library to access the Twilio API
Installation
Add this to your application's shard.yml:
dependencies:
twilio:
github: bitstopco/twilio.cr
In your terminal run:
shards install
Usage
After the installation, you can use twilio.cr by creating a client object:
require "twilio"
account_sid = "your_account_sid"
auth_token = "your_auth_token"
client = Twilio::Client.new(account_sid, auth_token)
All the necessary keys can be viewed in the dashboard.
Send and SMS
#client.messages_create(from, to, message)
client.messages_create("+16105557069", "+14159341234", "Hey there!")
Contributing
- Fork it (https://github.com/bitstopco/twilio.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- arubinofaux arubinofaux - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jul 12, 2018
- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/bitstopco/twilio.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1