GithubHelp home page GithubHelp logo

xavier-hernandez / tiktok_detection Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 92 KB

TikTok Profile Change Detection

License: MIT License

Dockerfile 7.82% C# 92.18%
emgu-cv emgucv puppeteer tiktok tiktok-bot tiktok-scraper

tiktok_detection's Introduction

TikTok Detection (VERY BETA)

TikTok Profile Change Detection

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.

alt text

alt text

Versions

There are two versions of this application available:

  • Windows Version: You can download the code and run it on a Windows machine. Please note that the Apprise integration is not supported on Windows.
  • Linux Version: If you prefer Linux, fear not! A Docker image has been prepared for your convenience.

Docker

Github Repo

For the latest updates and to contribute, check out https://github.com/xavier-hernandez/tiktok_detection

Technology used

This project utilizes the following technologies:

  • Visual Studio 2022
  • Emgu.CV
  • Microsoft.ML
  • PuppeteerSharp

Configuration

To configure the tool, follow these steps:

  1. Create a file named settings.json under your assets folder.
  2. Populate the JSON file with the following sections:
{
  "apprise": [
    "mailto://sandbox.smtp.mailtrap.io:2525?user=test&pass=test"
  ],
  "tiktok": [
    "https://www.tiktok.com/@deborah.look.no.hands"
  ],
  "timeout": 5,
  "similarityTrigger": 90
}
  • Apprise: Specify notification configurations for each TikTok URL. Refer to Apprise for available services.
  • TikTok: Add the URLs of the TikTok profiles you want to monitor.
  • Timeout: Set the time interval in minutes to check the URLs again.
  • Similarity Trigger: Define the percentage threshold for triggering alerts based on screenshot differences.

Docker Compose

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

tiktok_detection's People

Contributors

xavier-hernandez avatar

Watchers

 avatar

tiktok_detection's Issues

latency issues

Sometimes the "LIVE" overlay on the profile image is delayed causing the app not to detect changes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.