sudoguy / tiktokpy

Tool for automated TikTok interactions
MIT License
731 stars 151 forks source link

[REQ] Commenting #273

Closed ghost closed 1 year ago

ghost commented 2 years ago

Example:

for video in list(videos):
            # like the video
            await bot.like(video)
            # unlike the video
            await bot.unlike(video)
            # comment in the video
            await bot.comment(video, 'nice video')
abubkrsinghera commented 9 months ago

@sudoguy any news on it