enjoy
import requests
import json
proxies = [ 'http://localhost:8080', 'http://localhost:8081', 'http://localhost:8082']
accounts = [ 'user1:password1', 'user2:password2', 'user3:password3']
target = 'https://www.tiktok.com/@target_user'
headers = {
'User-Agent'...