u/tiktok-link is Reddit bot that analyzes TikTok videos with OCR, and replies to the posts with a link to the creator's page. It was briefly live on r/TikTokCringe, but doesn't run on any subreddit at the moment.
It uses yt-dlp to download the video, and EasyOCR to get the text. It will try to look at the end of the video for the name first, and if it can't find a user that exists, it will look at the beginning of the video for the name that's below the floating logo.
Dependencies are managed with Poetry, because it's the best. External dependencies are yt-dlp and ffmpeg.
tiktok-link is licensed under the AGPL v3.0. This means that if you fork the bot and run it on Reddit, you have to publish your source code! See LICENSE for details.