Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 527 Bytes

userbot.php

Telegram userbot in php, Thank's for creating MadelineProto @danog

How to get started?

# Install php
sudo apt install php7.3 php7.3-gd php7.3-mbstring php7.3-fileinfo php7.3-xml
# Clone repository
git clone https://github.com/MrCyjaneK/userbot.php && cd userbot.php
# Login
php utils/login.php
# Clean updates (optional)
#If you want to speed up loading process keep command below running for few minutes
timeout 300 php utils/cleanupdates.php
# Start userbot
php index.php

To update use: git pull