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
I want to use scraper.login() with only access token and refresh token. But the username and password parameters are mandatory in the login method. As a platform provider, it would be unreasonable for me to obtain the user's username and password. Therefore, I only want to manage the user's state using the access token and refresh token provided to me.
The text was updated successfully, but these errors were encountered:
+1 on this. My bot just got locked out by X, although the post frequency and the login rate was quite low. It is unclear on what the root cause was, but anyway this is not suitable for a professional venture. I have no issue paying the X developer subscription and do things the right way, unfortunately Eliza and this client don't make this possible.
I want to use
scraper.login()
with only access token and refresh token. But the username and password parameters are mandatory in the login method. As a platform provider, it would be unreasonable for me to obtain the user's username and password. Therefore, I only want to manage the user's state using the access token and refresh token provided to me.The text was updated successfully, but these errors were encountered: