Skip to content

Update (first/last/user) name of Telegram user every 30 seconds.

Notifications You must be signed in to change notification settings

Alumnae/Telegram-Name-Updating-RL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Telegram-Name-Updating with Roman Latin Time

Update (first/last/user) name of Telegram user every 30 seconds.

ex: 9:20 will be IV:XX

Reference:Telethon

0. Preparation

运行环境:VPS,python3,python3-pip

Apply for Telegram API:https://my.telegram.org/。Complete registration with"App title" and "Short name". You got "api_id" and "api_hash".

1. Clone to VPS

git clone https://github.com/Alumnae/Telegram-Name-Updating-RL.git
cd Telegram-Name-Updating-RL

2. Install telethon

pip3 install -r requirements.txt

3. Execute in Background

python3 tg_username_update-RL.py

4. Telegram api Login

Enter the API_ID and API_HASH as prompted. Then, input your phone number and verification code. If two-factor authentication is enabled on the account, follow the prompts to enter the two-factor authentication password. Finally, if you see “It works!”, it indicates success. By default, the lastname is updated to a specific pattern every 30 seconds based on a certain probability.

About

Update (first/last/user) name of Telegram user every 30 seconds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%