Get the bot replies out of your TikTok comments.

A free tool for creators dealing with spammers and scammers. It scans the comments on one of your posts, flags the bot replies, shows you the list, and deletes them only after you confirm.

Open source, and it runs on your own computer. You need Python and about five minutes to set it up.

Live demo

  1. 1. Dry Run
  2. 2. Confirm and Delete
21 comments

    What you see while it runs. The tool lives in the terminal. This is its real output format.

    What Counts as a Bot Reply

    Duplicate Replies

    The same account posts the same reply under two or more different comments.

    • lena.solthe chart on this one is unreal
    • crypto.maya88I made $4,200 this week thanks to…
    • noor.ethi got rugged again
    • crypto.maya88I made $4,200 this week thanks to…

    Excessive Replies

    An account replies under more than three different comments. Every comment from that account is flagged.

    • free_airdrops_4ureplied to lena.sol
    • free_airdrops_4ureplied to marcus_degen
    • free_airdrops_4ureplied to jun_park
    • free_airdrops_4ureplied to hollis.w

    Your own account is never flagged. Reply to as many of your commenters as you like.

    Instructions

    1. One-Time Setup

      Install Python, then export your TikTok login from Chrome with the Cookie-Editor extension and save it next to the tool. The guide on GitHub walks you through it with screenshots.

    2. Dry Run

      Run it with the link to your post to review what would be deleted. A full video link, a photo post link or a short share link all work. Nothing is deleted in this step.

      python delete_comments.py <link to your post>
    3. Confirm and Delete

      Run it again with --confirm and the comments from that list are deleted a few seconds apart. If a run gets interrupted, the next one picks up where it stopped.

      python delete_comments.py <link to your post> --confirm