Some users change their username aka uniqueId from time to time. This makes it hard to keep track of and use this software to update users when you dont know their new name. You also have to change names of folder and Index file or else you download everything again.
To solve this issue we need to use the ID of the user. You can get this from the html source by searching for {"userInfo":{"user":{"id":"
We then use https://www.tiktok.com/@ + ID to always be able to get this user profile.
What i suggest is for this software to save this ID it in some way. You could do it by folder name Username (123456789) or in a textfile. But we need to make sure so that we use the same folder and Index file as before the username changes.
Some users change their username aka
uniqueIdfrom time to time. This makes it hard to keep track of and use this software to update users when you dont know their new name. You also have to change names of folder and Index file or else you download everything again.To solve this issue we need to use the ID of the user. You can get this from the html source by searching for
{"userInfo":{"user":{"id":"We then use https://www.tiktok.com/@ + ID to always be able to get this user profile.
What i suggest is for this software to save this ID it in some way. You could do it by folder name
Username (123456789)or in a textfile. But we need to make sure so that we use the same folder and Index file as before the username changes.