crystal-connpass alternatives and similar shards
Based on the "Third-party APIs" category.
Alternatively, view crystal-connpass alternatives based on common mentions on social networks and blogs.
-
discordcr
Minimalist Discord library for Crystal. (Still WIP, but usable) -
twitter-crystal
A library to access the Twitter API using Crystal -
TelegramBot
(deprecated) see https://github.com/protoncr/tourmaline instead -
crystal_slack
Parse Slack slash commands or send incoming web hooks from Crystal -
gitlab.cr
Gitlab.cr is a GitLab API wrapper written by Crystal -
crystal-consul
Crystal client for Consul (http://www.consul.io/) -
open_exchange_rates
A library for Open Exchange Rates API -
google_maps_api
Crystal library for the Google Maps API. -
mollie.cr
Mollie Payments API client for Crystal http://www.mollie.com -
aws-signer.cr
This library signs your HTTP requests using AWS v4 -
twilio.cr
A Crystal shard for communicating with the Twilio API -
GDAX
📈 GDAX REST and WebSocket API wrapper to trade blockchain cryptocurrencies like bitcoin, Litecoin and Ethereum. -
bugsnag.cr
bugsnag exception notifier written in crystal. Supports sidekiq.cr, kemal, HTTP::Server. -
soundcloud-crystal
A library to access the SoundCloud API using Crystal -
web_finger
A WebFinger (https://tools.ietf.org/html/rfc7033) client for Crystal. -
fantasy_football_nerd_api
Crystal library for Fantasy Football Nerd API
Access the most powerful time series database as a service
Do you think we are missing an alternative of crystal-connpass or a related project?
README
Connpass
A Crystal wrapper for the Connpass API inspired by Ruby's implementation.
Installation
Add it to shard.yml
dependencies:
connpass:
github: pine/connpass
branch: master
Usage
See example example/event_search.cr
and Official API reference.
require "connpass"
res = Connpass.event_search({ "keyword" => "Crystal" })
res.events.each{|e| puts e.title }
How to run example
First, you should install Crystal compiler, using a tool such as crenv.
$ git clone https://github.com/pine/crystal-connpass.git
$ cd ./crystal-connpass
$ crystal deps
$ crystal run ./example/event_search.cr
Keyword> Ruby
All Ruby 10 events found.
1: Hacker Tackle
福岡のあらゆるエンジニアためのコミュニティイベント
会場: 福岡県Ruby コンテンツ産業振興センター
日時: 2015-09-26T12:50:00+09:00
2: Sensu Deep Talks #2
会場: ニフティ株式会社 セミナールームB
日時: 2015-10-02T18:30:00+09:00
3: 第12回 ベイサイドRuby on Rails勉強会@マスマス
初心者も経験者ももくもくしながら情報交換する会
会場: mass x mass
日時: 2015-09-29T19:00:00+09:00
...
Contributing
- Fork it ( https://github.com/pine/crystal-connpass/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
Acknowledgement
Thank you.
License
MIT License
*Note that all licence references and agreements mentioned in the crystal-connpass README section above
are relevant to that project's source code only.