{"id":26180061,"url":"https://github.com/jellydn/chatbot-starter-app","last_synced_at":"2026-03-08T13:37:35.814Z","repository":{"id":192581977,"uuid":"687043998","full_name":"jellydn/chatbot-starter-app","owner":"jellydn","description":"Develop chatbot with zero configuration using typescript","archived":false,"fork":false,"pushed_at":"2025-07-20T03:50:23.000Z","size":1752,"stargazers_count":3,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T05:45:38.405Z","etag":null,"topics":["chatbot","react","starter","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/jellydn.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,"zenodo":null},"funding":{"github":["jellydn"],"ko_fi":"dunghd","buy_me_a_coffee":"dunghd","polar":"jellydn"}},"created_at":"2023-09-04T13:36:51.000Z","updated_at":"2025-07-20T03:49:22.000Z","dependencies_parsed_at":"2023-09-26T01:20:09.496Z","dependency_job_id":"a35dd423-ab68-4fd6-b6c3-d885c769f720","html_url":"https://github.com/jellydn/chatbot-starter-app","commit_stats":null,"previous_names":["jellydn/chatbot-starter-app"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/jellydn/chatbot-starter-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Fchatbot-starter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Fchatbot-starter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Fchatbot-starter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Fchatbot-starter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jellydn","download_url":"https://codeload.github.com/jellydn/chatbot-starter-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Fchatbot-starter-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266680302,"owners_count":23967791,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["chatbot","react","starter","typescript"],"created_at":"2025-03-11T21:54:19.511Z","updated_at":"2026-03-08T13:37:35.751Z","avatar_url":"https://github.com/jellydn.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jellydn","https://ko-fi.com/dunghd","https://buymeacoffee.com/dunghd","https://polar.sh/jellydn"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to chatbot-starter-app 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/node-%3E%3D16.20.0-blue.svg\" /\u003e\n  \u003ca href=\"https://github.com/jellydn/chatbot-starter-app#readme\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/jellydn/chatbot-starter-app/graphs/commit-activity\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/jellydn/chatbot-starter-app/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/github/license/jellydn/chatbot-starter-app\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Develop chatbot with zero configuration using typescript\n\n[![#Build with IT Man - ChatBot \u0026 AI - Part 1 [Vietnamese]](https://i.ytimg.com/vi/q1ngSbMqXUE/hqdefault.jpg)](https://www.youtube.com/watch?v=q1ngSbMqXUE)\n\n## Prerequisites\n\n-   node \u003e=16.20.0\n\n## Install\n\n```sh\npnpm install\n```\n\n## Usage\n\n```sh\ngit clone https://github.com/jellydn/chatbot-starter-app.git\n```\n\nCreate .env from .env.example then run below command\n\n```sh\npnpm dev\n```\n\n## Run tests\n\n```sh\npnpm test\n```\n\n## How to setup\n\n### Telegram\n\n1.  Get telegram [token](https://core.telegram.org/bots#6-botfather)\n2.  Paste token to `.env` `TELEGRAM_TOKEN=YOUR_TOKEN`\n3.  Uncomment `// import './render/telegram';` inside `src/index.ts`\n4.  Run `npm run dev` and check your bot\n\n### Discord\n\n1. Get discord [token](https://discord.com/developers/applications/PASTE_YOUR_ID/bot)\n2. Paste token to `.env` `DISCORD_TOKEN=YOUR_TOKEN`\n3. Uncomment `// import './render/discord';` inside `src/index.ts`\n4. Run `npm run dev` and check your bot\n\n### Slack\n\n1.  Create [slack app](https://slack.com/intl/en-ru/help/articles/115005265703-Create-a-bot-for-your-workspace)\n2.  Paste [token](https://api.slack.com/authentication/token-types#granular_bot) to `.env` `SLACK_TOKEN=YOUR_TOKEN`\n3.  Paste [signing secret](https://api.slack.com/authentication/verifying-requests-from-slack#about) to `.env` `SLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET`\n4.  Run `npm run start-tunnel` and connect the public url with slack webhook.\n5.  Uncomment `// import './render/slack';` inside `src/index.ts`\n6.  Run `npm run dev` and check your bot\n\n### Facebook\n\n1. Create [facebook app](https://developers.facebook.com/docs/messenger-platform/getting-started/app-setup)\n2. Paste credentials to `.env`\n3. Run `npm run start-tunnel` and connect the public url with facebook webhook.\n4. Uncomment `// import './render/facebook';` inside `src/index.ts`\n5. Run `npm run dev` and check your bot\n\n## Author\n\n👤 **Dung Huynh**\n\n-   Website: https://productsway.com/\n-   Twitter: [@jellydn](https://twitter.com/jellydn)\n-   Github: [@jellydn](https://github.com/jellydn)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellydn%2Fchatbot-starter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjellydn%2Fchatbot-starter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellydn%2Fchatbot-starter-app/lists"}