Skip to content

granstel/Templates.Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

213 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Templates.Chatbot

NuGet

Template of chat bot for messengers

Install

It's available via dotnet new: dotnet new -i GranSteL.Templates.Chatbot and then dotnet new gsl.chatbot.full -n MyChatBot -o ./ --allow-scripts yes at the required folder. You will get projects for all supported channels: Telegram, Yandex, Marusia, Sber. You can specify required channels, e.g. Telegram: dotnet new gsl.chatbot.full -n MyChatBot -o ./ --telegram --allow-scripts yes

Allowed channels:

  • -t, --telegram
  • -y, --yandex
  • -m, --marusia
  • -s, --sber

Bot examples: