Skip to content

Date Selection tool & Inline calendar for Aiogram telegram bots (aiogram 3.x.x fork)

License

Notifications You must be signed in to change notification settings

EminDzhafarov/aiogram3_datepicker

 
 

Repository files navigation

Date Selection tool for Aiogram Telegram Bots

Description

A simple inline calendar, date selection tool for aiogram 3.0 telegram bots written in Python. Offers two types of date pickers: Navigation calendar - user can either select a date or move to the next or previous month/year by clicking a singe button. Dialog calendar - user selects year on first stage, month on next stage, day on last stage

Usage

A full working example on how to use aiogram-calendar is provided in bot_example.py. You create a calendar and add it to a message with a reply_markup parameter and then you can process it in a callbackqueyhandler method using the process_selection method.

Gif demo:

aiogram_calendar

About

Date Selection tool & Inline calendar for Aiogram telegram bots (aiogram 3.x.x fork)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%