Search found 8 matches

Eldrago9 im not sure what u mean by this question, but i hope this answer helps. a lot of IMVU's endpoints related to avatars require you to supply a CID instead of a username. so if you know how to find the CID from a username, as long as you're doing the web request correctly you shouldn't have a...
DataMine python for now. im working on separate IMVU tools that i plan on merging into an AIO tool that i'll probably rewrite in golang once i learn it. i currently have the bio generator i mentioned before and an accurate name checker done but its got no multithreading at the moment. im having tro...
@nightmare_Does it require auth? The techniques our tools use don't, which is a big plus. DataMine no auth required, i managed to write a much more efficient bio generator than the one on-site using this method. results output in less than 2 seconds compared to the 6 seconds it takes me with the on...
d4ne wrote:Example code to get cid, to answer my own question in this thread and others which might search it.Does your code have fallbacks? There are situations where a user's cid can't be gotten from one method. All of my tools use at least 4 different methods to get someone's cid cause it's poss...