tiktok8

PHOTO EMBED

Mon Feb 17 2025 08:52:44 GMT+0000 (Coordinated Universal Time)

Saved by @zerozero

result = client.tiktok.user_followings(
    id="6784819479778378757",
    sec_uid="MS4wLjABAAAAQ45...",
)

followers = result.data["followings"]
follower_count = result.data["total"]
next_cursor = result.data.get("nextCursor")
next_page_token = result.data.get("nextPageToken")
content_copyCOPY

https://github.com/EnsembleData/tiktok-scraper