An open API service indexing awesome lists of open source software.

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

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
* ...