Skip to content

OOOOOOOOOOOOOOOOOOOOOOOO0/Telegram-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Telegram Tools - Swap your telegram username with these tools.

These tools allows you to swap your username from channel to channel or profile to channel.
Disclaimer: If the event of you losing your username occurs when using these tools, I am not held responsible. By cloning/downloading this repository, you agree to this

Install

git clone https://github.com/execution/Telegram-Tools
cd Telegram-Tools
sh install.sh

Swapper Example

from TelegramSwapper import TelegramSwapper

api_id = input("Enter API_ID: ")
api_hash = input("Enter API_HASH: ")
current = input("Current channel name: ")
target = input("Target channel name: ")

t = TelegramSwapper()
t.Swap(api_id, api_hash, current, target)

Channel Register Example

from TelegramRegister import TelegramRegister

api_id = input("API_ID: ")
api_hash = input("API_HASH: ")
ch = input("Target: ")

t = TelegramRegister()
t.Register(ch, api_id, api_hash)

About

Swap your telegram username with these tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published