Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.84 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.84 KB

TikTok Upload Date Converter

License: MIT

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.

Features

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.

Prerequisites

Python 3.x

TikTok video string (e.g., "7253970360440229146")

See Example of TikTok Video String

Usage

  1. Clone this repository:
git clone https://github.com/NotHGM/TikTok-Upload-Date-Converter.git
  1. Navigate to the project directory:
cd TikTok-Upload-Date-Converter
  1. Run the script with the following command:
python tiktok.py
  1. Enter the TikTok video timestamp when prompted.
  2. The script will display the converted timestamps in decimal, binary, and Unix time formats.

Example

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.

Acknowledgments

TikTok - The platform that inspired this project.

Python - The programming language used for development.