Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/beshoo-o/tiktok-username-changer
- Owner: Beshoo-o
- License: mit
- Created: 2024-08-14T03:03:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T20:55:55.000Z (13 days ago)
- Last Synced: 2024-11-01T21:27:18.093Z (13 days ago)
- Topics: changer, python, python-tool, python-tools, tiktok, tiktok-tool, tiktok-tools, tool, tools, username
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
TikTok UserName Changer
βΊ Fast & Secure tiktok username changer
Developed with the software and tools below.
## π 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)
---