Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baggerfast/advancedusertelegrambot

This is a telegram bot that creates a user bot for each user. The user bot allows you to use custom animations in any chat. Animations are divided into paid and free
https://github.com/baggerfast/advancedusertelegrambot

aiogram animations pyrogram python python3 sqlalchemy sqlalchemy-python telegram userbot userbot-for-telegram userbot-telegram

Last synced: about 1 month ago
JSON representation

This is a telegram bot that creates a user bot for each user. The user bot allows you to use custom animations in any chat. Animations are divided into paid and free

Awesome Lists containing this project

README

        

# Advanced User Telegram Bot
[![CodeFactor](https://www.codefactor.io/repository/github/baggerfast/advancedusertelegrambot/badge)](https://www.codefactor.io/repository/github/baggerfast/advancedusertelegrambot)
[![BUILD-STATUS](https://github.com/BaggerFast/AdvancedUserTelegramBot/workflows/CI/badge.svg)](https://github.com/BaggerFast/AdvancedUserTelegramBot/actions)

This is a telegram bot that creates a user bot for each user.
The user bot allows you to use custom animations in any chat.
Animations are divided into paid and free

--------

## Example:
[preview](assets/preview.gif)

## Tech Stack πŸ’»

- **Languages:**
- Python 3.10
- **Telegram:**
- [Aiogram](https://docs.aiogram.dev/en/latest/) - for main bot
- [Pyrogram](https://docs.pyrogram.org/) - for user bot
- **Database:**
- Sqlite3
- [Sqlalchemy](https://docs.sqlalchemy.org/en/14/)
- **Payment:**
- [Yookassa](https://yookassa.ru/developers)
- **Debug:**
- Pylint
- Loguru
--------

## Installation πŸ’Ύ

[QUICK START](markdown/quick_start.md?)

--------

## Code GuideπŸ‘‹

[GUIDE](markdown/examples.md?)

--------