instagrambot/instabot FAQs

instagrambot/instabot FAQs

Alyoshz


How can I login always with the same username?

After Bot object declaration, inside the brackets of bot.login() you can set the username like this: bot.login(username="YOUR_USERNAME"). This will use the password of this username in secret.txt file. It is the same to give directly the password: bot.login(username="YOUR_USERNAME", password="YOUR_PASSWORD").

Report Page