What kind of challenges?
Have you contacted the bot developer?Here is an example of a few:
After the first login attempt with the correct password and login
2019-08-28 09: 09: 47: Authorization confirmation code requested: login
You have to tell the bot developer to be able to write code that can handle these exceptions. For instance on a bot I've been working on for a minute, I noticed that the Instagram "This account has been compromised" screen sometimes pops up on login. So I created a function that checks for this page on login and if this page is loaded, it automatically puts in a new password that the client specifies beforehand and continues running the rest of the code. If this page is not loaded, then the code continues running as is. Then all you have to do is call the function after login. That's essentially all it is, just take care of the exception if it presents itself, if not continue running as is.Yes, we are always in touch with the developer. Here is a description of the problem: as soon as we begin to perform stories and subscribe to real users, this kind of challenge immediately flies out. Moreover, if the account is used in the usual way, no problems arise.