{"id":19873494,"url":"https://github.com/intelligo-dev/intelligo-messenger-bot","last_synced_at":"2025-05-02T10:30:22.626Z","repository":{"id":96322370,"uuid":"75853004","full_name":"intelligo-dev/intelligo-messenger-bot","owner":"intelligo-dev","description":"This is a sample messenger bot created with Intelligo framework.","archived":false,"fork":false,"pushed_at":"2019-07-17T00:54:44.000Z","size":44115,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-25T02:06:34.533Z","etag":null,"topics":["bot","bots","chat-bot","chatbot","chatbots","intelligo","messenger-bot"],"latest_commit_sha":null,"homepage":"https://intelligo.js.org/","language":"JavaScript","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/intelligo-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2016-12-07T16:09:53.000Z","updated_at":"2023-05-28T11:57:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e88e5c76-4ee1-4522-94ad-52d5ed0d3d41","html_url":"https://github.com/intelligo-dev/intelligo-messenger-bot","commit_stats":null,"previous_names":["intelligo-dev/intelligo-messenger-bot","intelligo-mn/intelligo-messenger-bot"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelligo-dev%2Fintelligo-messenger-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelligo-dev%2Fintelligo-messenger-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelligo-dev%2Fintelligo-messenger-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelligo-dev%2Fintelligo-messenger-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intelligo-dev","download_url":"https://codeload.github.com/intelligo-dev/intelligo-messenger-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252023077,"owners_count":21682126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bot","bots","chat-bot","chatbot","chatbots","intelligo","messenger-bot"],"created_at":"2024-11-12T16:18:55.188Z","updated_at":"2025-05-02T10:30:22.621Z","avatar_url":"https://github.com/intelligo-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n    \u003ca class=\"badge-align\" href=\"https://www.codacy.com/app/tortuvshin/intelligo?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=techstar-inc/intelligo\u0026amp;utm_campaign=Badge_Grade\"\u003e\u003cimg src=\"https://api.codacy.com/project/badge/Grade/c7f41b9927fe4d2a9b18e564e23294cc\"/\u003e\u003c/a\u003e\n   \u003ca href=\"https://www.npmjs.com/package/intelligo\"\u003e\n      \u003cimg alt=\"npm downloads\" src=\"https://img.shields.io/npm/dt/intelligo.svg?style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/intelligo\"\u003e\n        \u003cimg alt=\"undefined\" src=\"https://img.shields.io/npm/v/intelligo.svg?style=flat-square\"\u003e\n        \u003c/a\u003e\n    \u003ca href=\"https://github.com/tortuvshin/\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/followers/tortuvshin.svg?style=social\u0026label=Follow\"\n            alt=\"Followers\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/intelligo-systems/intelligo/blob/master/LICENSE\"\u003e\n            \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/intelligo-systems/intelligo.svg?colorB=blue\u0026style=flat-square\"\u003e\n           \u003c/a\u003e\n      \u003ca href=\"https://twitter.com/intent/tweet?text=Wow:\u0026url=https://github.com/intelligo-systems/intelligo\"\u003e\n     \u003cimg alt=\"Tweet\" src=\"https://img.shields.io/twitter/url/http/shields.io.svg?style=social\"\u003e\n     \u003c/a\u003e\n\u003c/p\u003e\n\nThis project generated with [`Intelligo cli`](https://github.com/intelligo-systems/intelligo-cli) .\n\n## Quick Start\n\nSet the values in `config/default.json` before running the bot. Using your Facebook Page's / App's `ACCESS_TOKEN`, `VERIFY_TOKEN` and `APP_SECRET`\n\n- `ACCESS_TOKEN:` A page access token for your app, found under App -\u003e Products -\u003e Messenger -\u003e Settings -\u003e Token Generation\n- `VERIFY_TOKEN:` A token that verifies your webhook is being called. Can be any value, but needs to match the value in App -\u003e Products -\u003e Webhooks -\u003e Edit Subscription\n- `APP_SECRET:` A app secret for your app, found under App -\u003e Settings -\u003e Basic -\u003e App Secret -\u003e Show\n\n**Note:** If you don't know how to get these tokens, take a look at Facebook's [Quick Start Guide](https://developers.facebook.com/docs/messenger-platform/guides/quick-start) .\n\nInstall dependencies:\n\n```bash\n$ npm install\n```\n\nStart your bot server:\n\n```bash\n$ npm start\n```\n## Further help\n\nTo get more help on the Intelligo framework go check out the [intelligo](https://github.com/intelligo-systems/intelligo/)  README.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintelligo-dev%2Fintelligo-messenger-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintelligo-dev%2Fintelligo-messenger-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintelligo-dev%2Fintelligo-messenger-bot/lists"}