Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/granstel/Templates.Chatbot
Chat bot template for messengers
https://github.com/granstel/Templates.Chatbot
alice-skills bot marusia marusia-skills salute sber telegram-bot template-project voice-assistants voiceassistant yandex-alice yandex-dialogs
Last synced: 3 months ago
JSON representation
Chat bot template for messengers
- Host: GitHub
- URL: https://github.com/granstel/Templates.Chatbot
- Owner: granstel
- License: mit
- Created: 2019-07-03T08:47:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T18:16:40.000Z (over 2 years ago)
- Last Synced: 2024-07-04T17:30:39.192Z (4 months ago)
- Topics: alice-skills, bot, marusia, marusia-skills, salute, sber, telegram-bot, template-project, voice-assistants, voiceassistant, yandex-alice, yandex-dialogs
- Language: C#
- Homepage:
- Size: 283 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-alice - granstel/Templates.Chatbot - Шаблонный проект на C# (Алиса, Telegram, Chat2Desk) (Примеры и навыки / Примеры)
README
# Templates.Chatbot
[![NuGet](https://buildstats.info/nuget/GranSteL.Templates.Chatbot)](https://www.nuget.org/packages/GranSteL.Templates.Chatbot)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:
- https://github.com/granstel/FillInTheTextBot (https://dialogs.yandex.ru/store/skills/12ef2083-sochinyal)