Skip to content

US-USA/tiktok-tools

Repository files navigation

⭐ TikTok Story Viewer Using Python (Requests)

🧑‍💻 Content & updates via Telegram: @Z_0_G

✨ Features

  • Fetch TikTok stories including:
  • Video / Image URL 🎥
  • Cover image 🖼️
  • Heart count ❤️
  • View count 👀
  • Timestamp 🕦

👀 Example Output

{
  "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
}

⭐ TikTok User Info

✨ Features

  • 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 🪪

👀 Example Output

{
  "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

✨ Features

  • 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 ⚡

👀 Example Output

• Please enter your email to find the TikTok username: ****@gmail.com
✓ created on mail.tm: 
{
  "email": "clum***@sharebot.net",
  "password": "KING+@***",
  "token": "eyJ0eXAiOiJKV***"
}

{
  "tiktok_username": "@itfree.forever",
  "verification_code": "09***0"
}

⭐ TikTok Account Creator

✨ Features

  • 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

👀 Example Output

{
  "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"
  }
}

No ban 🔥🌚

TikTok Account Creator

TikTok Account Creator

🧑‍💻 Author

developer

CREATED BY @Z_0_G · GitHub

About

TikTok account creator with real device and more tools (not free)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages