https://github.com/immmdreza/letscodebot
this is a telegram bot written using C# and on .Net Core
https://github.com/immmdreza/letscodebot
Last synced: 3 months ago
JSON representation
this is a telegram bot written using C# and on .Net Core
- Host: GitHub
- URL: https://github.com/immmdreza/letscodebot
- Owner: immmdreza
- License: mit
- Created: 2020-06-28T06:54:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T08:43:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T06:45:07.884Z (5 months ago)
- Language: C#
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LetsCodeBot ([Let's C#de bot](https://t.me/lets_codebot))
this is a telegram bot written using **C#** and on **.Net Core**This project uses [Telegram.Bot](https://github.com/TelegramBots/Telegram.Bot) to communicate with telegram bot api.
## Why?
This project built for learning purposes .
And for now has following options :
* Communicate with [telegram bot api](https://core.telegram.org/bots/api)
* Implementation of **Repository design pattern**.
* Communicate with Sql Server using EntityFrameworkCore
* Code first data models and [Migration Feature](https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/?tabs=dotnet-core-cli) of .Net Core and **Nuget Package Manager**
## What this bot can do (currently):
* Save group information on join
* Save a welcome message and one about message by admin command
* Send html parsed welcome message when new member joined
* ...