This Simple Python script allows you to determine the upload date of a TikTok video by converting the provided timestamp to decimal, binary, and Unix time formats. With this script, you can easily analyze TikTok video timestamps and perform various calculations.
Convert TikTok video upload timestamps to a decimal format.
Convert TikTok video upload timestamps to a binary format.
Convert TikTok video upload timestamps to a Unix time format.
Python 3.x
TikTok video string (e.g., "7253970360440229146")
See Example of TikTok Video String
- Clone this repository:
git clone https://github.com/NotHGM/TikTok-Upload-Date-Converter.git
- Navigate to the project directory:
cd TikTok-Upload-Date-Converter
- Run the script with the following command:
python tiktok.py
- Enter the TikTok video timestamp when prompted.
- The script will display the converted timestamps in decimal, binary, and Unix time formats.
Enter a TikTok Video number string: 7253970360440229146
Video String: 7253970360440229146
Decimal to Binary: 110010010101011010001111001110000010001010000001000110100011010
Truncated Binary: 1100100101010110100011110011100
D / M / Y
Video Upload Date: 09-07-2023 11:49:48 PM
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.
TikTok - The platform that inspired this project.
Python - The programming language used for development.