issamansur / userbot_tg

Create a script for the user who calls the participants. Without the server! Unlike the usual bot, the user’s script is executed from the account of a real person, for example - from your account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

Create a script for the user who calls the participants. Without the server! Unlike the usual bot, the user’s script is executed from the account of a real person, for example - from your account. For use it is necessary:

  • Internet connection;
  • Account telegram (number + code);
  • Python (+ Pip);
  • Telethon, asyncio and other libraries.

What to do first?

1. Install libraries: Telethon and asyncio.

pip install telethon

изображение

pip install asyncio

изображение

2. Get data for the application.

Go to https://my.telegram.org/auth and login in system. Then choose "API development tools"

изображение

Fill in all the fields on the page (you don’t have to fill url and description) and click "Create application" Copy and paste api_id and api_hash in file "config.ini" to folder of project as shown in figure.

Add name of group (where we will call participants)

3. All is ready!

About

Create a script for the user who calls the participants. Without the server! Unlike the usual bot, the user’s script is executed from the account of a real person, for example - from your account.

License:Apache License 2.0


Languages

Language:Python 100.0%