Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 899 Bytes

File metadata and controls

29 lines (22 loc) · 899 Bytes

Libraries Used in Anime-Generator-Bot

aiohttp

  • Version: 3.11.13
  • Purpose: Asynchronous HTTP client/server framework for making HTTP requests.

Pyrogram

  • Version: 2.0.106
  • Purpose: Telegram API framework for building Telegram bots and clients.

Requests

  • Version: 2.32.3
  • Purpose: Simple and elegant HTTP library for Python, used for making HTTP requests.

UserAgentReplica

  • Version: 1.1.1
  • Purpose: Provides a way to generate fake HTTP user agents for web scraping or testing.

TgCrypto

  • Version: Not specified
  • Purpose: Provides cryptographic operations used in the Telegram API.

python-dotenv

  • Version: 1.0.1
  • Purpose: Reads key-value pairs from a .env file and can set them as environment variables.

PyMongo

  • Version: 4.11.2
  • Purpose: Creates a database (MongoDB) management system for the project.