{"id":23176047,"url":"https://github.com/nexmo-community/facebook-banner-generator","last_synced_at":"2026-05-01T13:32:12.024Z","repository":{"id":66085149,"uuid":"285548156","full_name":"nexmo-community/facebook-banner-generator","owner":"nexmo-community","description":"Facebook Messenger Chatbot that allows users to create banner images with custom text and randomly selected colors","archived":false,"fork":false,"pushed_at":"2025-03-27T06:23:41.000Z","size":484,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-05T01:25:28.383Z","etag":null,"topics":["facebook","facebook-messenger-bot","nexmo","rails","ruby","ruby-on-rails","sidekiq","vonage"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nexmo-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-06T11:03:12.000Z","updated_at":"2023-03-09T01:15:18.000Z","dependencies_parsed_at":"2023-12-21T07:00:09.122Z","dependency_job_id":"e5d8efb3-210a-4d58-964b-a972facad6b2","html_url":"https://github.com/nexmo-community/facebook-banner-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nexmo-community/facebook-banner-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexmo-community%2Ffacebook-banner-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexmo-community%2Ffacebook-banner-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexmo-community%2Ffacebook-banner-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexmo-community%2Ffacebook-banner-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nexmo-community","download_url":"https://codeload.github.com/nexmo-community/facebook-banner-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexmo-community%2Ffacebook-banner-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["facebook","facebook-messenger-bot","nexmo","rails","ruby","ruby-on-rails","sidekiq","vonage"],"created_at":"2024-12-18T06:12:24.775Z","updated_at":"2026-05-01T13:32:12.005Z","avatar_url":"https://github.com/nexmo-community.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Facebook Messenger Banner Generator Chatbot\n\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt)\n\n\u003cimg src=\"https://developer.nexmo.com/assets/images/Vonage_Nexmo.svg\" height=\"48px\" alt=\"Nexmo is now known as Vonage\" /\u003e\n\nThis repository contains the code for a working Facebook Messenger Chatbot that allows users to create banner images with custom text and randomly selected colors.\n\n\u003cdiv style=\"text-align:center\"\u003e\u003cimg src=\"https://github.com/nexmo-community/facebook-banner-generator/blob/master/banner-generated.gif\" /\u003e\u003c/div\u003e\n\n* [Prerequisites](#prerequisites)\n* [Installation and Usage](#installation-and-usage)\n* [Contributing](#contributing)\n* [License](#license)\n\n## Prerequisites\n\nIn order to use this application you need to have:\n\n* [Ruby on Rails](https://rubyonrails.org/)\n* [Sidekiq](https://sidekiq.org/)\n* [Vonage API Account](https://dashboard.nexmo.com/sign-up?utm_source=DEV_REL\u0026utm_medium=github\u0026utm_campaign=facebook-banner-generator)\n* [Facebook](https://www.facebook.com)\n\n## Installation and Usage\n\nTo install and use this application:\n\n* Clone the repository\n* Rename the `.env.sample` file to `.env`\n* Fill in your Nexmo/Vonage application ID in the `.env` file\n* Fill in your Facebook page ID in the `.env` file\n* After creating your Nexmo/Vonage application, make sure to save the `private.key` file in the root folder of your application. **Don't commit it to GitHub.**\n* Run `bundle install` and `rake db:migrate` to initialize your Rails application\n* Make sure `Spring` is disabled, you can do that by adding the environment variable when starting the server as seen in the next step\n* Start your Rails server with `DISABLE_SPRING=true bundle exec rails start`\n* Start Sidekiq separately with `DISABLE_SPRING=true bundle exec sidekiq`\n* Make sure your Rails server is externally available. ([Using ngrok](https://developer.nexmo.com/concepts/guides/testing-with-ngrok) is a great way to do that in development)\n* Provide your externally available webhook status and inbound URLs (`#{YOUR_URL}/webhooks/message` and `#{YOUR_URL}/webhooks.status`) to your [Nexmo Application](https://dashboard.nexmo.com) so you can receive incoming Facebook chat messages\n* Link your Nexmo Application to your Facebook Page (See [this guide](https://developer.nexmo.com/messages/concepts/facebook) on how to do that)\n* Send a message to your Facebook page and the bot will direct you from there\n\n## Contributing\n\nWe ❤️ contributions from everyone! [Bug reports](https://github.com/Nexmo-community/facebook-banner-generator/issues), [bug fixes](https://github.com/Nexmo/facebook-banner-generator/pulls) and feedback on the library is always appreciated. Look at the [Contributor Guidelines](https://github.com/Nexmo/facebook-banner-generator/blob/master/CONTRIBUTING.md) for more information and please follow the [GitHub Flow](https://guides.github.com/introduction/flow/index.html).\n\n## License\n\nThis project is under the [MIT LICENSE](https://github.com/Nexmo/facebook-banner-generator/blob/master/LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexmo-community%2Ffacebook-banner-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexmo-community%2Ffacebook-banner-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexmo-community%2Ffacebook-banner-generator/lists"}