John
John
Even without login, the cookie names specified in the documentation dont exist. Cookie names are just these: ``` cmpl_token msToken bm_sv sessionid_ss sessionid sid_tt msToken sid_ucp_v1 uid_tt_ss odin_tt _abck ssid_ucp_v1...
Just trying to get started with this and found that as per the documentation, those two cookie names do not exist. So even before im trying to do anything, the...
Ok, so my eventual goal is to use the: `api.getLikesByUserName(user_name, count=3)` api = TikTokAPI(cookie=cookie) and cookie essentially takes the s_v_web_id and tt_web_id
``` from TikTokAPI import TikTokAPI as tta cookie = {"s_v_web_id": '',"tt_webid": ''} api = tta(cookie=cookie) user_name = 'fcbarcelona' api.getLikesByUserName(user_name, count=3) ```
Hi, any idea on when the upload feature will be included? By the way, having problems uploading a csv using curl. Would you be able to help? @paulozip