Posts by Mr_F0x • 9 points
1 post
-
0
votes0
answers31
viewsQ: In Instabot, how can I make the program ask the user again if he misses the password or username?
from instabot import Bot bot: Bot = Bot() print('Bem vindo ao Fox_InstaBot!\nFaça seu Login.') ret = bot.login(username=str(input('User_Name:')), password=str(input('User_PassWord:'))) I’m using the…