x0x8x / UserBot-1

Python template for building a UserBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UserBot

Python template for building a UserBot

Modules

Aiofile

Modules used to do asynchronous file operations

APScheduler

Library that lets you schedule your Python code to be executed later, either just once or periodically

Asyncio

Modules used to make the UserBot work on 1 single thread

PyMySQL

Module used to connect to a MySQL Server

Pyrogram

Module used to create the UserBot

  • Version: 0.17.0.asyncio
  • Website: https://docs.pyrogram.org/
  • Documentation: https://docs.pyrogram.org/api/client
  • Module name: pyrogram
  • Requirements: TgCrypto
  • Installing: pip install --upgrade --no-cache-dir https://github.com/pyrogram/pyrogram/archive/asyncio.zip; pip install --upgrade --no-cache-dir TgCrypto

Requests

HTTP library for Python, built for human beings

Telegraph

Python Telegraph API wrapper

How to install the dependencies

To install the dependencies, create a Virtual Enviroment and use: pip install -r requirements.txt

About

Python template for building a UserBot

License:MIT License


Languages

Language:Python 100.0%