You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jlobos this is not an issue report is just a request for a feature:
How is it possible to pass Username e.g. to the getProfile() method or some other methods, to retrieve the information we request other than what we logged in?
I used my own account to log in but I was looking for information on specific accounts/accounts.
for (User in UsersList) {
UserProfile = await client.getProfile(User)
Wrriteit( User+'.json', UserProfile)
}
Thanks for your great tool.
The text was updated successfully, but these errors were encountered:
Hi @jlobos this is not an issue report is just a request for a feature:
How is it possible to pass Username e.g. to the
getProfile()
method or some other methods, to retrieve the information we request other than what we logged in?I used my own account to log in but I was looking for information on specific accounts/accounts.
Thanks for your great tool.
The text was updated successfully, but these errors were encountered: