Skip to content
vic

hectorip/Facebook_Bot_Elixir

Creating a Facebook bot in Elixir

hectorip/Facebook_Bot_Elixir.json
{
"createdAt": "2016-05-25T04:37:35Z",
"defaultBranch": "master",
"description": "Creating a Facebook bot in Elixir",
"fullName": "hectorip/Facebook_Bot_Elixir",
"homepage": null,
"language": "Elixir",
"name": "Facebook_Bot_Elixir",
"pushedAt": "2016-06-05T04:59:15Z",
"stargazersCount": 1,
"topics": [],
"updatedAt": "2016-05-25T04:44:30Z",
"url": "https://github.com/hectorip/Facebook_Bot_Elixir"
}

Creating a Facebook bot in Elixir, it appears to be only a Web Server with the right keys and that knows how to answer to certain requests.

This is created using:

  • Plug
  • Poison
  • HTTPoison
  • Cowboy

The only function is to send a response with button template.

And deployed in Heroku.