New Component: streamlit-telegram-login. Simple Telegram Widget Login implementation

streamlit-telegram-login

I need to create a web application and admin panel for a telegram bot. Since this application will be closely related to the Telegram bot, I decided to create a component that implements the “Telegram Login Widget”.
Here is information about how authentication via telegram works https://core.telegram.org/widgets/login

Installation

streamlit-telegram-login is distributed via PyPI :

$ pip install streamlit-telegram-login

How to use

Link to a github project where I have written detailed documentation on how to customize and use it streamlit-telegram-login

P.S.: Any comments and recommendations are welcome :blush:

2 Likes