Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beshoo-o/tiktok-username-changer

The TikTok Username Changer is a Python-based tool designed to help users easily change their TikTok usernames.
https://github.com/beshoo-o/tiktok-username-changer

changer python python-tool python-tools tiktok tiktok-tool tiktok-tools tool tools username

Last synced: 8 days ago
JSON representation

The TikTok Username Changer is a Python-based tool designed to help users easily change their TikTok usernames.

Awesome Lists containing this project

README

        





TikTok UserName Changer


β–Ί Fast & Secure tiktok username changer




Join our Discord



license
last-commit
repo-top-language
repo-language-count



Developed with the software and tools below.



Python



## πŸ”— Quick Links

> - [πŸ“ Overview](#-overview)
> - [πŸ“¦ Features](#-features)
> - [πŸ“‚ Repository Structure](#-repository-structure)
> - [🧩 Modules](#-modules)
> - [πŸš€ Getting Started](#-getting-started)
> - [βš™οΈ Installation](#️-installation)
> - [πŸ€– Running TikTok-UserName-Changer](#-running-TikTok-UserName-Changer)
> - [πŸ›  Project Roadmap](#-project-roadmap)
> - [πŸ“„ License](#-license)
> - [❓ Help](#-help)

---

## πŸ“ Overview
The TikTok-UserName-Changer is a fast and secure tool designed to change TikTok usernames programmatically. This script utilizes TikTok’s API, requiring specific authentication headers to perform actions on a user’s profile. It allows you to automate the process of updating your TikTok username without manual intervention, making it a useful tool for users who frequently change their usernames or manage multiple accounts.


The tool is built in Python and leverages the requests library to interact with TikTok’s API endpoints. It generates necessary headers (X-Gorgon and X-Khronos) for authentication and makes HTTP requests to update the username. The script is user-friendly, providing a simple command-line interface to input session details and desired usernames.

---

## πŸ“¦ Features

Fast Username Change: Quickly update your TikTok username with minimal delay.
Secure Authentication: Utilizes TikTok’s API with secure X-Gorgon and X-Khronos headers for authentication.
User Profile Fetching: Retrieves and displays the current TikTok username before making changes.
Error Handling: Provides informative feedback if the username change fails or if there are issues with the TikTok API.
Random Device and IID Generation: Generates random device IDs and IIDs to simulate different devices and sessions.
Command-Line Interface: Simple CLI for easy interaction, allowing users to input session details and desired usernames directly.

---

## πŸ“‚ Repository Structure

```sh
└── TikTok-UserName-Changer/
β”œβ”€β”€ LICENSE
β”œβ”€β”€ main.py
β”œβ”€β”€ readme.md
└── requirements.txt
```

---

## 🧩 Modules

.

| File | Summary |
| --- | --- |
| [main.py](https://github.com/Beshoo-o/TikTok-UserName-Changer.git/blob/master/main.py) | β–Ί Main Code |
| [requirements.txt](https://github.com/Beshoo-o/TikTok-UserName-Changer.git/blob/master/requirements.txt) | β–Ί Packages |

---

## πŸš€ Getting Started

***Requirements***

Ensure you have the following dependencies installed on your system:

* **Python**: `version 3.12.5`

### βš™οΈ Installation

1. Clone the TikTok-UserName-Changer repository:

```sh
git clone https://github.com/Beshoo-o/TikTok-UserName-Changer.git
```

2. Change to the project directory:

```sh
cd TikTok-UserName-Changer
```

3. Install the dependencies:

```sh
pip install -r requirements.txt
```

### πŸ€– Running TikTok-UserName-Changer

Use the following command to run TikTok-UserName-Changer:

```sh
python main.py
```

---

## πŸ›  Project Roadmap

- [X] `β–Ί Get your TikTok session id`
- [X] `β–Ί Run the tool`
- [X] `β–Ί Put It`
- [X] `β–Ί Have Fun !`

---

## πŸ“„ License

This project is protected under the [RSS Dev](https://discord.gg/VzSHHHAsTG) License. For more details, refer to the [LICENSE](https://github.com/Beshoo-o/TikTok-UserName-Changer/blob/main/LICENSE) file.

---

## ❓ Help

If you encounter any issues or have questions regarding the TikTok UserName Changer Tool, please don't hesitate to reach out to us. You can contact us through the following channels:

- **[Join Discord](https://discord.gg/VzSHHHAsTG)**: For help.

We are here to help and will respond as quickly as possible.

[**Return Up**](#-quick-links)

---