Add account creation date lookup (no API key) + terminal UI#4
Open
Thyfwx wants to merge 1 commit into
Open
Conversation
Reads the createTime embedded in TikTok's public profile page, so you can find when an account was created from just a username, with no API key to set up and no signup. Adds: - tiktok_created.py: CLI lookup (username, @handle, profile URL, video URL, or numeric id) - tiktok_ui.py: Rich terminal UI - start.sh, start.bat, TokIntel.command, TokIntel.app: launchers - a README section documenting it Purely additive: the original RapidAPI tool is unchanged. Credit to Victor Bancayan / Hack Underway for TokIntel.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a lighter way to find when a TikTok account was created, by reading the
createTimefrom the public profile page. Just a username, no API key or signup.Purely additive: your RapidAPI tool is untouched. This sits alongside it for the creation date case.
New files only:
tiktok_created.py: CLI lookup (username, @handle, profile URL, video URL, or numeric id)tiktok_ui.py: a Rich terminal UIstart.sh,start.bat,TokIntel.command,TokIntel.app: launchers for macOS, Windows, and LinuxHow it works: TikTok embeds the account
createTimein the public profile page JSON, so a simple GET to the profile is enough. It also decodes a video URL or id to its upload time via the snowflake timestamp (id >> 32).Tested on real accounts (for example @charlidamelio returns 2015-11-14, matching its musical.ly origin). Reports save to
reports/like the main tool.Proposed in #3. Full credit to you for TokIntel. This is an optional extra for people who would rather not set up an API key.
UI banner: