TikTok-Comment-Scraper icon indicating copy to clipboard operation
TikTok-Comment-Scraper copied to clipboard

Get all comments of a video and filter them | Show Likes etc...

Results 1 TikTok-Comment-Scraper issues
Sort by recently updated
recently updated
newest added

# Added better readability support Changed the whole structure of the code ## Moved the user input to its own def: ``` def TerminalInput(): print("TikTok Comment Scraper".center(shutil.get_terminal_size().columns)) print("By Tekky [.gg/onlp]".center(shutil.get_terminal_size().columns))...