# 📦 aiogram TON Connect UI
[![TON](https://img.shields.io/badge/TON-grey?logo=TON&logoColor=40AEF0)](https://ton.org)
[![PyPI](https://img.shields.io/pypi/v/aiogram-tonconnect.svg?color=FFE873&labelColor=3776AB)](https://pypi.python.org/pypi/aiogram-tonconnect)
![Python Versions](https://img.shields.io/badge/Python-3.8%20--%203.12-black?color=FFE873&labelColor=3776AB)
[![License](https://img.shields.io/github/license/nessshon/aiogram-tonconnect)](https://github.com/nessshon/aiogram-tonconnect/blob/main/LICENSE)
<img src="https://telegra.ph//file/9e28473c8da8989fdf027.jpg">
![Downloads](https://pepy.tech/badge/aiogram-tonconnect)
![Downloads](https://pepy.tech/badge/aiogram-tonconnect/month)
![Downloads](https://pepy.tech/badge/aiogram-tonconnect/week)
**Aiogram TON Connect UI** is a middleware library that streamlines the integration
of [TON Connect](https://github.com/ton-connect) technology into Telegram bots based
on [aiogram](https://github.com/aiogram/). It offers a pre-built user interface and orchestrates the interaction flow
for connecting wallets and initiating transactions. The library takes care of all user interactions with TON Connect
within the bot, encompassing the presentation of QR codes, texts, and keyboards, along with the handling of timeouts and
user cancellations.
Check out the [documentation](https://nessshon.github.io/aiogram-tonconnect/).\
Bot example [@aiogramTONConnectBot](https://t.me/aiogramTONConnectBot/).
## Installation
```bach
pip install aiogram-tonconnect
```
## Features
* Ready-to-Use User Interface
* Middleware Functionality
* Interface Customization
* Multilingual Support
* QR Code Generation
## Screenshots
| | | |
|----------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|
| [![Image 1](https://telegra.ph//file/555175fd35c05370a64d4.jpg)](https://telegra.ph//file/555175fd35c05370a64d4.jpg) | [![Image 2](https://telegra.ph//file/ef770d825534cf049c1bb.jpg)](https://telegra.ph//file/ef770d825534cf049c1bb.jpg) | [![Image 3](https://telegra.ph//file/502a80771bc07acc6e93b.jpg)](https://telegra.ph//file/502a80771bc07acc6e93b.jpg) |
| [![Image 4](https://telegra.ph//file/99443226ba404a86586ad.jpg)](https://telegra.ph//file/99443226ba404a86586ad.jpg) | [![Image 5](https://telegra.ph//file/74fba6fca9c273d5f6f30.jpg)](https://telegra.ph//file/74fba6fca9c273d5f6f30.jpg) | [![Image 6](https://telegra.ph//file/656593c298123fea6be60.jpg)](https://telegra.ph//file/656593c298123fea6be60.jpg) |
## Acknowledgments
This project utilizes the following dependencies to enhance its functionality:
- [**aiogram:**](https://pypi.org/project/aiogram/) An asynchronous framework for building Telegram bots.
- [**pytonconnect:**](https://pypi.org/project/pytonconnect/) Python SDK for TON Connect 2.0.
- [**pytoniq-core:**](https://pypi.org/project/pytoniq-core/) TON Blockchain primitives.
- [**qrcode-fastapi:**](https://github.com/nessshon/qrcode-fastapi) Generate QR codes with optional image inclusion,
supports base64-encoded.
- and more...
We extend our gratitude to the maintainers and contributors of these libraries for their valuable contributions to the
open-source community.
## Contribution
We welcome your contributions! If you have ideas for improvement or have identified a bug, please create an issue or
submit a pull request.
## Support
Supported by [TON Society](https://github.com/ton-society/grants-and-bounties), Grants and Bounties program.
## Donations
**TON** - `EQC-3ilVr-W0Uc3pLrGJElwSaFxvhXXfkiQA3EwdVBHNNess`
**USDT** (TRC-20) - `TGKmm9H3FApFw8xcgRcZDHSku68vozAjo9`
## License
This repository is distributed under
the [MIT License](https://github.com/nessshon/aiogram-tonconnect/blob/main/LICENSE). Feel free to use, modify, and
distribute the code in accordance with the terms of the license.
Raw data
{
"_id": null,
"home_page": "https://github.com/nessshon/aiogram-tonconnect/",
"name": "aiogram-tonconnect",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "nessshon",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/10/15/32f026283b8c6ab77a0d1ddcad9b2bffdc49353ea072316ed15bb17f877b/aiogram-tonconnect-0.14.3.tar.gz",
"platform": null,
"description": "# \ud83d\udce6 aiogram TON Connect UI\n\n[![TON](https://img.shields.io/badge/TON-grey?logo=TON&logoColor=40AEF0)](https://ton.org)\n[![PyPI](https://img.shields.io/pypi/v/aiogram-tonconnect.svg?color=FFE873&labelColor=3776AB)](https://pypi.python.org/pypi/aiogram-tonconnect)\n![Python Versions](https://img.shields.io/badge/Python-3.8%20--%203.12-black?color=FFE873&labelColor=3776AB)\n[![License](https://img.shields.io/github/license/nessshon/aiogram-tonconnect)](https://github.com/nessshon/aiogram-tonconnect/blob/main/LICENSE)\n\n\n<img src=\"https://telegra.ph//file/9e28473c8da8989fdf027.jpg\">\n\n![Downloads](https://pepy.tech/badge/aiogram-tonconnect)\n![Downloads](https://pepy.tech/badge/aiogram-tonconnect/month)\n![Downloads](https://pepy.tech/badge/aiogram-tonconnect/week)\n\n**Aiogram TON Connect UI** is a middleware library that streamlines the integration\nof [TON Connect](https://github.com/ton-connect) technology into Telegram bots based\non [aiogram](https://github.com/aiogram/). It offers a pre-built user interface and orchestrates the interaction flow\nfor connecting wallets and initiating transactions. The library takes care of all user interactions with TON Connect\nwithin the bot, encompassing the presentation of QR codes, texts, and keyboards, along with the handling of timeouts and\nuser cancellations.\n\nCheck out the [documentation](https://nessshon.github.io/aiogram-tonconnect/).\\\nBot example [@aiogramTONConnectBot](https://t.me/aiogramTONConnectBot/).\n\n## Installation\n\n```bach\npip install aiogram-tonconnect\n```\n\n## Features\n\n* Ready-to-Use User Interface\n* Middleware Functionality\n* Interface Customization\n* Multilingual Support\n* QR Code Generation\n\n## Screenshots\n\n| | | |\n|----------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| [![Image 1](https://telegra.ph//file/555175fd35c05370a64d4.jpg)](https://telegra.ph//file/555175fd35c05370a64d4.jpg) | [![Image 2](https://telegra.ph//file/ef770d825534cf049c1bb.jpg)](https://telegra.ph//file/ef770d825534cf049c1bb.jpg) | [![Image 3](https://telegra.ph//file/502a80771bc07acc6e93b.jpg)](https://telegra.ph//file/502a80771bc07acc6e93b.jpg) |\n| [![Image 4](https://telegra.ph//file/99443226ba404a86586ad.jpg)](https://telegra.ph//file/99443226ba404a86586ad.jpg) | [![Image 5](https://telegra.ph//file/74fba6fca9c273d5f6f30.jpg)](https://telegra.ph//file/74fba6fca9c273d5f6f30.jpg) | [![Image 6](https://telegra.ph//file/656593c298123fea6be60.jpg)](https://telegra.ph//file/656593c298123fea6be60.jpg) |\n\n## Acknowledgments\n\nThis project utilizes the following dependencies to enhance its functionality:\n\n- [**aiogram:**](https://pypi.org/project/aiogram/) An asynchronous framework for building Telegram bots.\n- [**pytonconnect:**](https://pypi.org/project/pytonconnect/) Python SDK for TON Connect 2.0.\n- [**pytoniq-core:**](https://pypi.org/project/pytoniq-core/) TON Blockchain primitives.\n- [**qrcode-fastapi:**](https://github.com/nessshon/qrcode-fastapi) Generate QR codes with optional image inclusion,\n supports base64-encoded.\n- and more...\n\nWe extend our gratitude to the maintainers and contributors of these libraries for their valuable contributions to the\nopen-source community.\n\n## Contribution\n\nWe welcome your contributions! If you have ideas for improvement or have identified a bug, please create an issue or\nsubmit a pull request.\n\n## Support\n\nSupported by [TON Society](https://github.com/ton-society/grants-and-bounties), Grants and Bounties program.\n\n## Donations\n\n**TON** - `EQC-3ilVr-W0Uc3pLrGJElwSaFxvhXXfkiQA3EwdVBHNNess`\n\n**USDT** (TRC-20) - `TGKmm9H3FApFw8xcgRcZDHSku68vozAjo9`\n\n## License\n\nThis repository is distributed under\nthe [MIT License](https://github.com/nessshon/aiogram-tonconnect/blob/main/LICENSE). Feel free to use, modify, and\ndistribute the code in accordance with the terms of the license.\n",
"bugtrack_url": null,
"license": null,
"summary": "TON Connect UI for aiogram bots.",
"version": "0.14.3",
"project_urls": {
"Bot example": "https://t.me/aiogramTONConnectBot/",
"Documentation": "https://nessshon.github.io/aiogram-tonconnect/",
"Homepage": "https://github.com/nessshon/aiogram-tonconnect/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f4724222b658b043ef34fc0f4f6f4db395423c7ead26f27ed948c5da95d77daf",
"md5": "4f4af2c5475bf2bb38b6856996b4f7f9",
"sha256": "476565f6bb8a213f7cd6b5f8b0f2a4bbf9b353f5804cb5b55f8d68e349e4fac7"
},
"downloads": -1,
"filename": "aiogram_tonconnect-0.14.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4f4af2c5475bf2bb38b6856996b4f7f9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 53142,
"upload_time": "2024-11-21T09:28:11",
"upload_time_iso_8601": "2024-11-21T09:28:11.100975Z",
"url": "https://files.pythonhosted.org/packages/f4/72/4222b658b043ef34fc0f4f6f4db395423c7ead26f27ed948c5da95d77daf/aiogram_tonconnect-0.14.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "101532f026283b8c6ab77a0d1ddcad9b2bffdc49353ea072316ed15bb17f877b",
"md5": "d4d8e63111a80db374532007c422dcfd",
"sha256": "d3f346c106d9ebcd100e4646448768e9fe69b4df42225f99004d549889aa4ef9"
},
"downloads": -1,
"filename": "aiogram-tonconnect-0.14.3.tar.gz",
"has_sig": false,
"md5_digest": "d4d8e63111a80db374532007c422dcfd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 48967,
"upload_time": "2024-11-21T09:28:13",
"upload_time_iso_8601": "2024-11-21T09:28:13.859756Z",
"url": "https://files.pythonhosted.org/packages/10/15/32f026283b8c6ab77a0d1ddcad9b2bffdc49353ea072316ed15bb17f877b/aiogram-tonconnect-0.14.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-21 09:28:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nessshon",
"github_project": "aiogram-tonconnect",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "aiofiles",
"specs": []
},
{
"name": "aiogram",
"specs": []
},
{
"name": "aiohttp",
"specs": []
},
{
"name": "cachetools",
"specs": []
},
{
"name": "pillow",
"specs": []
},
{
"name": "pydantic",
"specs": []
},
{
"name": "pytonconnect",
"specs": []
},
{
"name": "pytoniq-core",
"specs": []
},
{
"name": "qrcode-styled",
"specs": []
},
{
"name": "redis",
"specs": []
}
],
"lcname": "aiogram-tonconnect"
}