{"id":18753123,"url":"https://github.com/bottenderjs/covid-19-bot","last_synced_at":"2025-04-13T00:31:31.841Z","repository":{"id":40724255,"uuid":"249730051","full_name":"bottenderjs/COVID-19-bot","owner":"bottenderjs","description":"An open source multi-channel (Messenger, Telegram and LINE) bot for querying and subscribing information and data about COVID-19.","archived":false,"fork":false,"pushed_at":"2023-01-05T18:42:11.000Z","size":801,"stargazers_count":39,"open_issues_count":17,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T18:57:21.149Z","etag":null,"topics":["bottender","chatbot","coronavirus","covid-19","covid19","line-bot","messenger-bot","telegram-bot"],"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/bottenderjs.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":"2020-03-24T14:28:09.000Z","updated_at":"2022-08-26T18:20:08.000Z","dependencies_parsed_at":"2023-02-04T10:46:59.327Z","dependency_job_id":null,"html_url":"https://github.com/bottenderjs/COVID-19-bot","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottenderjs%2FCOVID-19-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottenderjs%2FCOVID-19-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottenderjs%2FCOVID-19-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottenderjs%2FCOVID-19-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bottenderjs","download_url":"https://codeload.github.com/bottenderjs/COVID-19-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650590,"owners_count":21139670,"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":["bottender","chatbot","coronavirus","covid-19","covid19","line-bot","messenger-bot","telegram-bot"],"created_at":"2024-11-07T17:24:24.331Z","updated_at":"2025-04-13T00:31:31.278Z","avatar_url":"https://github.com/bottenderjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COVID-19 Bot\n\nThis is an open source multi-channel (Messenger, Telegram and LINE) bot for querying and subscribing information and data about **Novel Coronavirus (COVID-19)**.\n\nThe data mainly comes from [CSSEGISandData/COVID-19](https://github.com/CSSEGISandData/COVID-19) and [pomber/covid19](https://github.com/pomber/covid19) repositories.\n\n## Features\n\n- Enter \"total\" to get the global numbers.\n- Enter a country to get the numbers of the specified country, for example: \"US\".\n- Enter a country and a date to get the numbers of the specified country in the specified date, for example: \"US 2020-4-5\".\n\n### Screenshots\n\n**Messenger:**\n\n![messenger](https://user-images.githubusercontent.com/3382565/78641840-61635d80-78e4-11ea-8b41-85b9fb2e84dc.png)\n\n**Telegram:**\n\n![telegram](https://user-images.githubusercontent.com/3382565/78641867-6b855c00-78e4-11ea-92d3-73e80855e110.png)\n\n**LINE:**\n\n![line](https://user-images.githubusercontent.com/3382565/78641866-6a542f00-78e4-11ea-85c5-10d461eb4374.png)\n\n**Terminal:**\n\n![](https://user-images.githubusercontent.com/3382565/78642816-e602ab80-78e5-11ea-8235-125a87573221.gif)\n\n## Bot Links\n\n|               | Messenger     | Telegram      | LINE          |\n| ------------- | ------------- | ------------- | ------------- |\n| Link          | [m.me/102566934739079](https://m.me/102566934739079)  | [t.me/C_O_V_I_D_19_bot](https://t.me/C_O_V_I_D_19_bot)  | [line.me/R/ti/p/%40730jstoh](https://line.me/R/ti/p/%40730jstoh) |\n| QR Code       | ![messenger](https://user-images.githubusercontent.com/3382565/78421806-2a473f00-768d-11ea-8f39-67ca8ccce2b8.png) | ![telegram](https://user-images.githubusercontent.com/3382565/78421810-2c110280-768d-11ea-8011-decec90213a9.png) | ![line](https://user-images.githubusercontent.com/3382565/78421809-2b786c00-768d-11ea-8a39-7feac6f54810.png) |\n\n## Contributing\n\nPull Requests and issue reports are welcome. You can follow steps below to submit your pull requests:\n\nFork, then clone the repo:\n\n```sh\ngit clone git@github.com:your-username/covid-19-bot.git\n```\n\nInstall the dependencies:\n\n```sh\ncd covid-19-bot\nyarn\n```\n\nMake sure the tests pass (including eslint, typescript checks and jest tests):\n\n```sh\nyarn test\n```\n\nMake your changes and tests, and make sure the tests pass.\n\n## Development Setup\n\nTo develop with your own bot accounts, you have to set up those channel separately:\n\n- Messenger\n- Telegram\n- LINE\n\nThis bot is built with [Bottender](https://github.com/Yoctol/bottender\n). For more information, see [the Bottender guides](https://bottender.js.org/docs/en/getting-started).\n\n### Messenger\n\nFirst, fill in the values in your `.env` file:\n\n```\nMESSENGER_PAGE_ID=\nMESSENGER_ACCESS_TOKEN=\nMESSENGER_APP_ID=\nMESSENGER_APP_SECRET=\nMESSENGER_VERIFY_TOKEN=\n```\n\nTo set the Messenger webhook and profile, run:\n\n```sh\nnpx bottender messenger webhook set -w \u003cYOUR_WEBHOOK_ORIGIN\u003e/webhooks/messenger\nnpx bottender messenger profile set\n```\n\n### Telegram\n\nFirst, fill in the values in your `.env` file:\n\n```\nTELEGRAM_ACCESS_TOKEN=\n```\n\nTo set the Telegram webhook, run:\n\n```sh\nnpx bottender telegram webhook set -w \u003cYOUR_WEBHOOK_ORIGIN\u003e/webhooks/telegram\n```\n\n### LINE\n\nFirst, fill in the values in your `.env` file:\n\n```\nLINE_ACCESS_TOKEN=\nLINE_CHANNEL_SECRET=\n```\n\nTo set the LINE webhook, edit your webhook setting on LINE Developers Console.\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbottenderjs%2Fcovid-19-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbottenderjs%2Fcovid-19-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbottenderjs%2Fcovid-19-bot/lists"}