xavierh/tiktok_detection
This tool is designed to detect changes in TikTok profiles and profile pictures. (VERY BETA)
64
Tired of missing updates from your favorite TikTok creators but hesitant to install the app. This tool is designed to keep you in the loop by detecting changes in TikTok profiles and profile pictures.
For instance, by running this application for a user like https://www.tiktok.com/@deborah.look.no.hands, you'll receive alerts whenever her profile or profile image changes.
There are two versions of this application available:
For the latest updates and to contribute, check out https://github.com/xavier-hernandez/tiktok_detection
This project utilizes the following technologies:
To configure the tool, follow these steps:
settings.json
under your assets folder.{
"apprise": [
"mailto://sandbox.smtp.mailtrap.io:2525?user=test&pass=test"
],
"tiktok": [
"https://www.tiktok.com/@deborah.look.no.hands"
],
"timeout": 5,
"similarityTrigger": 90
}
If you're using Docker Compose, include the following service definition in your docker-compose.yml
file:
services:
tiktok_detection:
image: 'xavierh/tiktok_detection'
container_name: tiktok_detection
restart: always
volumes:
- /path/to/assets:/assets
docker pull xavierh/tiktok_detection