{"id":22200155,"url":"https://github.com/ideepakpg/chat-bot","last_synced_at":"2025-08-25T22:05:41.809Z","repository":{"id":193884668,"uuid":"687453340","full_name":"ideepakpg/chat-bot","owner":"ideepakpg","description":"C# Telegram Chat Bot built using .NET Client Telegram Bot API","archived":false,"fork":false,"pushed_at":"2023-10-17T16:38:35.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-16T00:49:50.594Z","etag":null,"topics":["asp-net","csharp","dotnet","telegram","telegram-bot","telegram-bot-api"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ideepakpg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2023-09-05T11:47:19.000Z","updated_at":"2023-10-23T15:32:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"7107b8ee-92f6-4cde-8385-94ad977fd244","html_url":"https://github.com/ideepakpg/chat-bot","commit_stats":null,"previous_names":["ideepakpg/chat-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ideepakpg/chat-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideepakpg%2Fchat-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideepakpg%2Fchat-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideepakpg%2Fchat-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideepakpg%2Fchat-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ideepakpg","download_url":"https://codeload.github.com/ideepakpg/chat-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideepakpg%2Fchat-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272138577,"owners_count":24880133,"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-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["asp-net","csharp","dotnet","telegram","telegram-bot","telegram-bot-api"],"created_at":"2024-12-02T15:21:11.975Z","updated_at":"2025-08-25T22:05:41.781Z","avatar_url":"https://github.com/ideepakpg.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C# Telegram Chat Bot\n\n## Introduction\n\nWelcome to the official repository of my C# Telegram Chat Bot! This bot is built using the .NET Client Telegram Bot API Library and serves as a sample bot for basic interactions.\n\n- **Language**: [C#](https://dotnet.microsoft.com/en-us/learn/csharp)\n- **Library**: [Telegram.Bot](https://github.com/TelegramBots/Telegram.Bot)\n- **Maintainer**: [ideepakpg](https://t.me/ideepakpg)\n- **License**: [Unlicense license](https://github.com/ideepakpg/chat-bot/blob/main/LICENSE.txt)\n\n## Features\n\n- **Welcome Message**: The bot replies with a welcome message when a user starts a conversation.\n\n- **Command Responses**:\n  - `/start` : Get started with the bot.\n  - `/help` : Find out how to use the bot.\n  - `/about` : Learn more about the bot.\n  - `/contact` : Contact the developer.\n\n\n**Note**: This is a first sample Telegram bot, and more features will be added soon!\n\n## Getting Started\n\nThese instructions will help you set up and run the bot on your system. \n \n1. ## Prerequisites\n - [C#](https://dotnet.microsoft.com/en-us/learn/csharp)\n - [A guide to Telegram.Bot library](https://telegrambots.github.io/book/)\n\n2. ## Installation\n\n   Clone this repository:\n\n   ```bash\n   git clone https://github.com/ideepakpg/chat-bot.git\n\n3. ## Creating Your Own Telegram Bot\n\n- **To create your own Telegram bot, you can follow these steps:**\n  \n  - Open Telegram and search for \"[BotFather](https://t.me/BotFather)\"\n  - Start a chat with [BotFather](https://t.me/BotFather).\n  - Use the ```/newbot``` command to create a new bot.\n  - Follow the instructions to choose a name and username for your bot.\n  - BotFather will provide you with an API token. Copy and use this token in your code, replacing the placeholder where ```Token``` is written.\n\n\n4. ## Build and run the project:\n    ```bash\n   dotnet build\n   dotnet run\n\n\n## Usage\n1. Start a conversation with the bot to receive a welcome message.\n2. Use commands like /start, /help, /about and /contact to get responses from the bot.\n3. Explore the bot's features and learn about other available commands.\n\n## Customization\nYou can customize the bot's responses and add more command functionalities by editing the source code. The main file for bot logic is [Program.cs](https://github.com/ideepakpg/chat-bot/blob/main/Program.cs).\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideepakpg%2Fchat-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fideepakpg%2Fchat-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideepakpg%2Fchat-bot/lists"}