“Biblioteca Python de código -fonte InstaBot” Respostas de código

Instabot Python

from instabot import Bot

bot = Bot()
m = bot.login(username='Enter user name', password='Enter Password')
print(m)
Mayur Parmar

Biblioteca Python de código -fonte InstaBot

from instabot import Bot
bot = Bot()
bot.login(username="", password="")

 upload a picture ********
bot.upload_photo("yoda.jpg", caption="biscuit eating baby")

  follow someone ******
bot.follow("elonrmuskk")

*******  send a message *****
bot.send_message("Hello from Dhaval", ['user1','user2'])

*********  get follower info **********
my_followers = bot.get_user_followers("dhavalsays")
for follower in my_followers:
    print(follower)

bot.unfollow_everyone()
Bright Bison

Respostas semelhantes a “Biblioteca Python de código -fonte InstaBot”

Perguntas semelhantes a “Biblioteca Python de código -fonte InstaBot”

Mais respostas relacionadas para “Biblioteca Python de código -fonte InstaBot” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código