⭐ TikTok Story Viewer Using Python (Requests)
🧑💻 Content & updates via Telegram:
@Z_0_G
Fetch TikTok stories including:
Video / Image URL 🎥
Cover image 🖼️
Heart count ❤️
View count 👀
Timestamp 🕦
{
"stories" : [
{
"aweme_id" : " 7619984936245742855" ,
"type" : " video" ,
"url" : " https://v19.tiktokcdn.com/..." ,
"coverUrl" : " https://p16-sign-sg.tiktokcdn.com/..." ,
"heart_count" : 0 ,
"view_count" : 9 ,
"timestamp" : " 13h ago"
},
{
"aweme_id" : " 7620028574300491016" ,
"type" : " image" ,
"url" : " https://p16-sign-sg.tiktokcdn.com/..." ,
"coverUrl" : " https://raw.githubusercontent.com/US-USA/US-USA/refs/heads/master/Step3-View-or-Download-Stories.png" ,
"heart_count" : 0 ,
"view_count" : 4 ,
"timestamp" : " 10h ago"
}
],
"total_stories" : 2
}
profile picture URL 🖼️
Get username and display name ℹ️
TikTok user ID 🆔
Account creation date 📅
Country + flag 🗾
Account language 🈵
Verified badge status ✅
Account privacy 🔏
Followers & following counts 📟
Total likes ❤️
Total videos 🎥
Secure TikTok ID 🪪
{
"status" : 200 ,
"execution_time" : " 0.64 seconds" ,
"data" : {
"profile" : " https://p16-sign-va.tiktokcdn.com/..." ,
"username" : " foxnews" ,
"fullname" : " Fox News" ,
"userid" : " 7355934792421016622" ,
"changename" : " Unknown" ,
"create" : " 2024-04-09 | 18:25:07 PM" ,
"region" : " United States 🇺🇸" ,
"language" : " English" ,
"verified" : " Yes✅" ,
"private" : " Public Account" ,
"followers" : " 9.4M" ,
"following" : " 18" ,
"likes" : " 494.7M" ,
"video" : " 13.8K" ,
"followingvisibility" : " Yes" ,
"openfavorite" : " No" ,
"secUid" : " MS4wLjABAAAAacoBYvgaBoqXW7JNul6lOj2UlotwXN_DIqOE4fLQHpTRx1WA7EMnTInSNP7EfGgK"
}
}
⭐ TikTok Username Finder via Email
Retrieve TikTok username using an email ✉️
Automatically create a temporary email (Mail.tm) 📧
Extract verification code from email 🔐
Clean and formatted output 🧾
Fast and simple to use ⚡
• Please enter your email to find the TikTok username: ****@gmail.com
{
"email" : " clum***@sharebot.net" ,
"password" : " KING+@***" ,
"token" : " eyJ0eXAiOiJKV***"
}
{
"tiktok_username" : " @itfree.forever" ,
"verification_code" : " 09***0"
}
Creates TikTok accounts 👥
Sends verification code 📩
Uses real mobile device data from devices.txt
Includes:
iid (iid)
did (device_id)
device_type
device_brand
devices.txt file size: ~7.34 MB
{
"status" : " success" ,
"message" : " ACCOUNT CREATED SUCCESSFULLY!!!" ,
"account" : {
"email" : " c*****@m******.com" ,
"password" : " ***************" ,
"username" : " c*******07u"
},
"verification" : {
"code_sent" : true ,
"code" : " ******"
},
"session" : {
"session_key" : " 49******" ,
"x_tt_token" : " 03******f6b-3.0.1"
}
}
CREATED BY @Z_0_G ·
GitHub