Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 729 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 729 Bytes

Telegram Bot with Calendar Picker

About

Simple Telegram Bot with Calendar Picker control. Based on Telegram.Bot.Framework

Configuration

Just modify appsettings.json and run. The only mandatory parameter is ApiToken. Default BotLocale is "en-US", but you can play with other options:

{
  "CalendarBot": {
    "ApiToken": "{your-bots-api-token}",
    "BotUserName": "{your-bots-username}",
    "PathToCertificate": "",
    "WebhookUrl": "https://example.com/bots/{bot}/webhook/{token}",

    "BotLocale": "es-ES"
  },
}

Screenshots