{"id":17286670,"url":"https://github.com/louis70109/aws-line-echo-bot","last_synced_at":"2025-04-14T11:06:55.885Z","repository":{"id":37748050,"uuid":"194210902","full_name":"louis70109/aws-line-echo-bot","owner":"louis70109","description":"☁This project is using Serverless + python + LINE message api to create a echo bot on AWS.","archived":false,"fork":false,"pushed_at":"2023-03-04T14:38:06.000Z","size":28,"stargazers_count":16,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T11:06:49.733Z","etag":null,"topics":["aws","python","serverless"],"latest_commit_sha":null,"homepage":"","language":"Python","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/louis70109.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}},"created_at":"2019-06-28T05:20:22.000Z","updated_at":"2023-11-10T06:17:12.000Z","dependencies_parsed_at":"2023-01-17T17:15:53.623Z","dependency_job_id":null,"html_url":"https://github.com/louis70109/aws-line-echo-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louis70109%2Faws-line-echo-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louis70109%2Faws-line-echo-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louis70109%2Faws-line-echo-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louis70109%2Faws-line-echo-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louis70109","download_url":"https://codeload.github.com/louis70109/aws-line-echo-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868766,"owners_count":21174758,"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":["aws","python","serverless"],"created_at":"2024-10-15T09:59:52.879Z","updated_at":"2025-04-14T11:06:55.862Z","avatar_url":"https://github.com/louis70109.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-LINE-echo-bot\n\nThis is my first project using Serverless framework to create LINE echo bot in AWS.\n\nRelease this project to help first time use this framework's developer!\n\n# Bebore you start\n\n1. LINE developer account\n2. [LINE Message API](https://developers.line.biz/en/docs/messaging-api/getting-started/)\n\n# Quick Start\n\n1. Install serverless via npm\n\n```bash=\n$ npm install -g serverless\n```\n\n2. Setup your **AWS** ceritficate\n\n```bash=\nexport AWS_ACCESS_KEY_ID=\u003cyour-key-here\u003e\nexport AWS_SECRET_ACCESS_KEY=\u003cyour-secret-key-here\u003e\n```\n\n3. Clone this project\n\n```bash=\n$ serverless install --url https://github.com/louis70109/aws-line-echo-bot -n \u003cYOUR_FILE_NAME\u003e\n$ cd \u003cYOUR_FILE_NAME\u003e/\n```\n\n4. Insert you LINE bot secret \u0026 key\n\n```python=\nline_bot_api = LineBotApi('YOUR_CHANNEL_ACCESS_TOKEN')\nhandler = WebhookHandler('YOUR_CHANNEL_SECRET')\n```\n\n5. Deploy the webhhok function\n\n```bash=\nnpm install\npip install -r requirements.txt\nserverless deploy\n```\n\nNow you can test you chatbot, have fun!\n![Echo bot](https://i.imgur.com/Tn1XS13.png)\n\n# Author\n\nCreate by NiJia\n\n# Bonus\n\nThis project is combined in [serverless example project](https://github.com/serverless/examples/tree/master/aws-python-line-echo-bot)\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouis70109%2Faws-line-echo-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouis70109%2Faws-line-echo-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouis70109%2Faws-line-echo-bot/lists"}