facebook_bot

Version, currently 0.2.02 versions

github.com/spalladino/crystal-facebook_bot

Crystal shard for building Facebook Messenger Bots

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  facebook_bot:
    github: spalladino/crystal-facebook_bot
    version: ~> 0.2.0

Then run:

shards install

shard.yml

Crystal
0.22.0
License
MIT
Author
Santiago Palladino

Dependencies

This version declares no dependencies.

README

facebook_bot

Crystal shard for Facebook Messenger Bot API

Installation

Add this to your application's shard.yml:

dependencies:
  facebook_bot:
    github: manastech/facebook_bot

Usage

See examples/echo_bot

require "facebook_bot"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • spalladino Santiago Palladino - creator, maintainer