Limit your api calls to avoid "Flood control exceeded"
Project description
What is it?
Limited aiogram is an add-on for the original aiogram Bot. This package allows you to limit how often your bot sends messages
Telegram api limits
Telegram has a number of restrictions for sending messages:
- 30 messages per second to multiple users
- 20 requests/sec to group
- 1 message per second to individual chat
Usage
The code below patches the original Bot class from aiogram, these changes are not reversible!
import limit_aiogram
limit_aiogram.path_bot()
It is also possible to use a separate class LimitedBot
, without changing the original class
import limit_aiogram
bot = limit_aiogram.LimitedBot('your token')
Installation
pip install limited_aiogram
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
limited_aiogram-1.0.1.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for limited_aiogram-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35bcdd28063c11dc8708e52d31a176d80054af849271502be4a8fbc5cc8d39d4 |
|
MD5 | f9e4585a10423eef1ee978a71743e56b |
|
BLAKE2b-256 | cc07918fa9f5bdcca71542923eef04f26820fd51ff836f97a80273aaba263094 |