Refactor Codebase: Migrate to Async Libraries #3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
It's time to refactor the codebase and replace synchronous libraries with asynchronous alternatives for better performance and efficiency.
Requirements
Replace
requests
withaiohttp
orhttpx
requests
library for HTTP requests. Migrate to eitheraiohttp
orhttpx
(sincehttpx
is already in use in the project).Replace
telegram.ext
withaiogram
telegram.ext
to theaiogram
library to take advantage of asynchronous capabilities.Use
ujson
instead ofjson
json
library withujson
for faster JSON parsing and serialization.Additional Notes
References
The text was updated successfully, but these errors were encountered: