1.0.0 • Published 2 years ago

@viniciusgdr/tiktok-spam v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TS/JS TikTok Share Spammer

A TikTok Share Spammer Videos.

This code is literally the conversion of @Wizz1337 to Typescript.

Run

cd path/to/tiktok-spam
yarn
npm run test

Usage

import { TikTokSendShare } from '@viniciusgdr/tiktok-spam';

let result = TikTokSendShare('URL_VIDEO')
console.log(result)

with spam:

import { TikTokSendShare } from '@viniciusgdr/tiktok-spam';

setInterval(async () => {
    let result = TikTokSendShare('URL_VIDEO')
    console.log(result)
}, 500)

Credits

  • @Wizz1337 (Python) for the idea, deviceTypes, platforms, channels and Api domains.