Skip to content

0xboz/auto_telegram_signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Telegram Signup

Automated telegram account signup script. 😏

Prerequisite

Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

How-to

  • Create a configuration file named config.ini in the root directory
touch config.ini
  • Add your username and token

[pyrogram]
api_id = YOUR_TELEGRAM_API_ID
api_hash = YOUR_TELEGRAM_API_HASH

[GetSMSCode.com]
username = YOUR_USERNAME
token = YOUR_TOKEN
api_url = http://www.getsmscode.com/do.php

  • Run
python main.py

About

Automated telegram account signup script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages