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

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

License

Notifications You must be signed in to change notification settings

karb0f0s/CalendarPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages