Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 472 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 472 Bytes

Pyrobud

A Telegram selfbot written in Python using Pyrogram.

Python 3.7+ is required. This greatly improves the development experience.

Installation

Simply run pip3 install -r requirements.txt. This installs all the dependencies.

Usage

Copy config.toml.sample to config.toml and edit it to your liking. Obtain the API ID and hash from Telegram's website. KEEP THIS SECRET!

To start the bot, type python3 main.py.