Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baggerfast/advancedusertelegrambot
- Owner: BaggerFast
- License: mit
- Created: 2022-08-17T18:55:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T17:17:39.000Z (10 months ago)
- Last Synced: 2024-09-10T04:53:02.069Z (4 months ago)
- Topics: aiogram, animations, pyrogram, python, python3, sqlalchemy, sqlalchemy-python, telegram, userbot, userbot-for-telegram, userbot-telegram
- Language: Python
- Homepage:
- Size: 1.59 MB
- Stars: 66
- Watchers: 1
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
[](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?)
--------