{"id":19363565,"url":"https://github.com/avinashtare/telegram-chat-bot","last_synced_at":"2026-04-25T11:34:22.457Z","repository":{"id":207052740,"uuid":"718322620","full_name":"avinashtare/Telegram-Chat-Bot","owner":"avinashtare","description":"A simple and customizable Telegram chat bot built with Node.js and the Telegram Bot API. Accepts commands, images.","archived":false,"fork":false,"pushed_at":"2026-02-04T19:01:32.000Z","size":811,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-05T07:01:36.026Z","etag":null,"topics":["automation","backend","express","telegam-bot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avinashtare.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-11-13T21:02:43.000Z","updated_at":"2026-02-04T19:01:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b93df65-7d2f-4a3e-85c3-ae61fc162ed6","html_url":"https://github.com/avinashtare/Telegram-Chat-Bot","commit_stats":null,"previous_names":["avinashtare/telegram-chat-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avinashtare/Telegram-Chat-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashtare%2FTelegram-Chat-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashtare%2FTelegram-Chat-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashtare%2FTelegram-Chat-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashtare%2FTelegram-Chat-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avinashtare","download_url":"https://codeload.github.com/avinashtare/Telegram-Chat-Bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashtare%2FTelegram-Chat-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","backend","express","telegam-bot"],"created_at":"2024-11-10T07:34:34.262Z","updated_at":"2026-04-25T11:34:17.448Z","avatar_url":"https://github.com/avinashtare.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Telegram Chatbot \n\nA simple Telegram chatbot built with Node.js and the Telegram Bot API \n\n## Introduction\n\nThis Telegram chatbot is designed to [mention the purpose of your chatbot]. It uses the Telegram Bot API to interact with users on the Telegram platform.\n\n## Features\n\n- Commands: Interact with the bot using various commands.\n- Images Upload: Allow users to upload images to the bot.\n- Documents Read Upload: Accept document uploads for further processing.\n\n# Local Configuration\n\n- Clone the repository and cd:\n\n   ```js\n   git clone https://github.com/avinashtare/Telegram-Chat-Bot.git\n\n   cd Telegram-Chat-Bot\n   ```\n   \n## Create Chat Token\n\n- Open Telegram Channel [@BotFather]: -\n- Write Command: \n\n   ```js\n   /newbot\n   ```\n- Copy Token And Rename .env.example to .env and set: \n\n   ```bash\n   PORT=5012\n   Telegram_Bot_Token=\u003cYOUR TOKEN\u003e\n   \n   # Enter your ngrok public serve url \u003cexample\u003e replace from you server url\n   NgrokURL = \"https://cc62-103-71-16-137.ngrok-free.app/\"  \n   ```\n\n\n## Create Virtual Free Host From Ngrok\n\n-   Install Ngrok For Window:\n```bash\nchoco install ngrok\n// you can also install direct as exe\n```\n\n- Configuration Your Ngrok:\n```bash\nngrok config add-authtoken \u003cAUTH_ID\u003e\n```\n\n- Start a tunnel (Add You Telegram Chat Bot Running App PORT):\n```bash\nngrok http 5012\n```\n\n**- Configuration Your Chat Bot To You Host:**\n```bash\nhttps://api.telegram.org/bot\u003cToken\u003e/setWebhook?url=\u003cNgrok_Url\u003e\n```\n\n## Installation\n\n- Install Npm Pacakges:\n   ```js\n   npm i\n   ```\n- Start npm (before start do local configuration)\n   ```js\n   npm start\n   ```\n\n\n## Command Reference (Use In Telegram Chat Bot)\n\n| command             |Responses                                                    |\n| ----------------- | ------------------------------------------------------------------ |\n| /Start |  Hey hi! i am you bot! |\n| /random |  Random Value |\n| /time |  Current Time |\n| /by |  Goood Byyyyy |\n| /uplaod image | return path |\n\nyou can change this in \\controller\\lib\\Telegram.js\n\n## Telegram Documentation\n\n[Documentation](https://core.telegram.org/)\n\n\n## License\n\n\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\nThis project is released under the [MIT License](LICENSE).  \n\n\n## Contact\n\n**[avinashtare.work@gmail.com](mailto:avinashtare.work@gmail.com)**\n\n## Author\n**卐🕉 Avinash Tare 🕉 卐**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinashtare%2Ftelegram-chat-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinashtare%2Ftelegram-chat-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinashtare%2Ftelegram-chat-bot/lists"}