Posts by Luiz Henrick Abreu • 5 points
2 posts
-
0
votes2
answers109
viewsQ: Instagrambot: When trying to like instagram photo, class is not found
I started to develop an API for instagram. Everything is working normally, however the line code that like the publication is not finding the class. The class: Code to enjoy: def curtir_fotos(self,…
-
-4
votes2
answers47
viewsQ: Login function does not access the register, which has already been entered
Function: Log in and Register() def Logar(pessoas): from Funções_pt.cores import vermelho usuário = str(input('Nome de usuário: ')).strip() senha = str(input('Digite sua senha: ')).strip() if…