β
Nickname Changer Script - Complete English User Guide
1. Requirements
Make sure you have:
- Python 3.x installed
-
_Install with:_
2. You Need Two Things
a) Token File (JSON Format)
Create a JSON file like:
Example filename: tokens.json
b) Nickname
Example:
nickname = "Adi"
token_file = "tokens.json"
3. How Generated Nickname Looks
Example:
4. What This Script Does
β Loads tokens from file
β Generates random nickname for each token
β Sends request to:
β Prints details in console
5. Example Console Output
6. Full Working Copy-Paste Code
7. How to Run
Place the script and tokens.json in the same folder.
Open Terminal or CMD in that folder and run:
python name_changer.py
β Ready to Use β Just Edit your nickname and token_file name if needed.
CREATE:- @ADITYASHARMA766208
CHANNEL:- https://t.me/adityafreeapi
1. Requirements
Make sure you have:
- Python 3.x installed
-
requests library installed _Install with:_
pip install requests
2. You Need Two Things
a) Token File (JSON Format)
Create a JSON file like:
[
{"token": "your_first_token_here"},
{"token": "your_second_token_here"},
{"token": "your_third_token_here"}
]
Example filename: tokens.json
b) Nickname
Example:
nickname = "Adi"
token_file = "tokens.json"
3. How Generated Nickname Looks
Example:
Adi_8Fk72QjL9p
4. What This Script Does
β Loads tokens from file
β Generates random nickname for each token
β Sends request to:
https://aditya-nickname-modify.onrender.com/name-change?token={token}&name={new_name}
β Prints details in console
5. Example Console Output
β Token: eyJhbG... | Name: Adi_k9X2HfPq | Status: 200
β Token: eyJhbG... | Name: Adi_fL92gQmZ | Status: 200
β Token: eyJhbG... | Error: 401 Client Error: Unauthorized
6. Full Working Copy-Paste Code
import json
import random
import string
import requests
nickname = "Adi"
token_file = "tokens.json"
def generate_name(base_name=f"{nickname}"):
total_length = 12
underscore = "_"
max_base_length = total_length - len(underscore) - 1
base_part = base_name[:max_base_length]
remaining_length = total_length - len(base_part) - len(underscore)
random_part = ''.join(random.choices(string.ascii_letters + string.digits, k=remaining_length))
return f"{base_part}{underscore}{random_part}"
def load_tokens(filename=f"{token_file}"):
with open(filename, 'r') as f:
return json.load(f)
def change_name(token, name):
url = f"https://aditya-nickname-modify.onrender.com/name-change?token={token}&name={name}"
try:
response = requests.get(url)
print("\\n-----------------------------")
print(f"β Token: {token}")
print(f"β New Nickname: {name}")
print(f"β Request URL: {url}")
print(f"β Status Code: {response.status_code}")
try:
data = response.json()
print(f"β Response JSON: {data}")
except:
print(f"β Raw Response: {response.text}")
print("-----------------------------\\n")
except Exception as e:
print("\\n-----------------------------")
print(f"β Token: {token}")
print(f"β Error: {e}")
print("-----------------------------\\n")
def main():
tokens_data = load_tokens()
for entry in tokens_data:
token = entry.get("token")
if token:
new_name = generate_name()
change_name(token, new_name)
if __name__ == "__main__":
main()
7. How to Run
Place the script and tokens.json in the same folder.
Open Terminal or CMD in that folder and run:
python name_changer.py
β Ready to Use β Just Edit your nickname and token_file name if needed.
CREATE:- @ADITYASHARMA766208
CHANNEL:- https://t.me/adityafreeapi
π₯°7β€6π6π3π2π1π―1
repgmailao.py
10.5 KB
src code rep mail αΊ£o 10 phΓΊt by @tah038
π₯°10β€3π3π2π―2π₯1π1π1
th-source-clan.py.zip
8 KB
β€7π₯°7π7π5π₯1π1
NEW LIKES GROUP FAST JOIN AND LIKES FREE
Please open Telegram to view this post
VIEW IN TELEGRAM
β€6π5π4π₯°3π―2π₯1
panel_key_admin.zip
24.6 MB
π₯°8π6β€4π₯2π2π―1
Forwarded from TαΊ₯n HΖ°ng!β€οΈ (ThΓ΄ng BΓ‘o)
Tim,Follow VΓ BΓ¬nh LuαΊn Video Mα»i NhΓ‘
Thank you so much
Please open Telegram to view this post
VIEW IN TELEGRAM
π8β€5π5π₯°2π1π―1π1
Do you need api code for jwt token?
π₯°9π5π―4β€2π2π2π₯1
Tham gia ngay Δα» cΓ³ cΖ‘ hα»i nhαΊn quyα»n truy cαΊp BOT TCP( Viα»t Namπ»π³) & full source API hot nhαΊ₯t hiα»n nay!
β’ 1 thΓ‘ng sα» dα»₯ng BOT VIP TCP
β’ Full code API:
β
β
β
β
β’ 20 ngΓ y dΓΉng BOT TCP
β’ Source code API: Like + Visit + Spam + Info
β’ 10 ngΓ y dΓΉng BOT TCP
β’ Source code API: Like + Visit + Spam
β’ Δα»§ 160 lượt bΓ¬nh chα»n (vote)
β’ Gα»i αΊ£nh chα»₯p mΓ n hΓ¬nh minh chα»©ng (Γt nhαΊ₯t 60%)
Please open Telegram to view this post
VIEW IN TELEGRAM
β€11π₯°6π5π₯2π2π1
ππππππ_ π§π©π΅πΈ
β€11π5π3β€βπ₯2π₯1π₯°1π1π1