├── README.md ├── requirements.txt └── tg_username_update.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyou365/Telegram-Name-Updating/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | setuptools 2 | emoji 3 | telethon -------------------------------------------------------------------------------- /tg_username_update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyou365/Telegram-Name-Updating/HEAD/tg_username_update.py --------------------------------------------------------------------------------