All Projects → karb0f0s → CalendarPicker

karb0f0s / CalendarPicker

Licence: MIT License
Simple Telegram Bot with Calendar Picker control. Based on Telegram.Bot.Framework

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to CalendarPicker

Python-BlackJackBot
A Telegram bot written in Python to play the game BlackJack alone or with your friends
Stars: ✭ 48 (+152.63%)
Mutual labels:  telegram-bot
Harmonbot
Multi-Platform Factotum Bot
Stars: ✭ 30 (+57.89%)
Mutual labels:  telegram-bot
FileStreamBot
Telegram File to Link Fastest Bot , Its Generate Direct Links Quickly
Stars: ✭ 99 (+421.05%)
Mutual labels:  telegram-bot
Komi-San
Telegram Group Management Bot based on Pyrogram
Stars: ✭ 27 (+42.11%)
Mutual labels:  telegram-bot
MIRROR-HUNTER
Who are we? We are the Hunters of all Torrent in this world.🗡️.Fork from SlamDevs
Stars: ✭ 86 (+352.63%)
Mutual labels:  telegram-bot
caligo
SelfBot for Telegram
Stars: ✭ 34 (+78.95%)
Mutual labels:  telegram-bot
memes-reposter
bot for automatic broadcasting content into telegrams channels from reddit/imgur/rss
Stars: ✭ 35 (+84.21%)
Mutual labels:  telegram-bot
podsearch bot
Telegram bot that searches Podcast in iTunes store.
Stars: ✭ 28 (+47.37%)
Mutual labels:  telegram-bot
foxbot
Telegram bot for finding furry image sources and inline mirroring
Stars: ✭ 25 (+31.58%)
Mutual labels:  telegram-bot
MT4-Telegram-Bot-Recon
Building a Telegram Chat with a MT4 Forex Trading Expert Advisor
Stars: ✭ 71 (+273.68%)
Mutual labels:  telegram-bot
RoboThief-Telegram-Session-Stealer
Robo Thief is a software for steal telegram session .
Stars: ✭ 18 (-5.26%)
Mutual labels:  telegram-bot
ESPecial
ESP32 automation with web interface and telegram bot
Stars: ✭ 77 (+305.26%)
Mutual labels:  telegram-bot
telegram-udf-autoit
🚀 Telegram Bot UDF for AutoIt.
Stars: ✭ 38 (+100%)
Mutual labels:  telegram-bot
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (+0%)
Mutual labels:  telegram-bot
telegram-notification
Azure DevOps Extension to send custom notifications to Telegram
Stars: ✭ 17 (-10.53%)
Mutual labels:  telegram-bot
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+884.21%)
Mutual labels:  telegram-bot
datmusicbot
simple telegram bot for datmusic
Stars: ✭ 27 (+42.11%)
Mutual labels:  telegram-bot
Store-bot
Пример Telegram бота для продажи товаров.
Stars: ✭ 43 (+126.32%)
Mutual labels:  telegram-bot
NanoWalletBot
[DISCONTINUED] Open source Telegram bot for Nano currency
Stars: ✭ 52 (+173.68%)
Mutual labels:  telegram-bot
Contact-Form
The Lightweight Contact Form which send contact requests on your Telegram
Stars: ✭ 28 (+47.37%)
Mutual labels:  telegram-bot

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].