Skip to content

scanash00/tiktok-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation


TikTok Username Changer

Effortlessly update your TikTok username, even with restricted characters.

🚀 Quick Start Guide

1. Create a New TikTok Account

  • Ensure it is not registered as a US-based account.
  • Use a VPN set to a non-US location for optimal results.
  • Recommended free VPN, no sign-up required:

2. Obtain Your Session ID

  • Open Developer Tools (press F12 or Ctrl+Shift+I).
  • Navigate to the Application tab, then Storage, and find sessionID. Copy this value.
  • In Firefox, go to Developer Tools > Storage.

3. Install Python

  • Windows:

    • Download and install the latest version of Python from Python.org.
  • Linux:

    sudo apt-get update
    sudo apt-get install python3.11
  • You can fork this repository and create a Github Codespace, where you can do the next step.

4. Run the Script

  • Open your terminal or command prompt.
  • Navigate to the directory where the script is located. For example:
    cd path/to/your/script
  • Execute the script with Python.
    python tiktok.py
    • On some systems, you might need to use python3 instead of python:
      python3 tiktok.py
  • When prompted, paste the copied sessionID (Ctrl+Shift+V to paste).
  • Enter your desired username. If the username is already in use, add spaces (by pressing the space key) and two random characters after the username.

5. Use an existing username

  • If the username is already in use, add spaces (keep the space key pressed until it's long, about 20 characters) and add two random characters after the username.

6. Verify Success

  • You should see a confirmation message: "Successfully changed username."

Note: This tool also allows you to change your username before the standard 30-day cooldown.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages