farid678 commited on
Commit
e04b33e
1 Parent(s): 4990dc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ import subprocess
6
 
7
  def run_instagram_bot():
8
  # Initialize InstaPy
9
- session = InstaPy(username="<your_username>", password="<your_password>")
10
 
11
  # Set up your bot preferences
12
  # Enable story interaction
@@ -29,7 +29,7 @@ def run_instagram_bot():
29
  # Gain followers
30
  # Follow followers of specific users
31
  session.follow_user_followers(
32
- ["user1", "user2"], amount=5, randomize=True)
33
 
34
  # Wait for 1 minute before the next iteration
35
  time.sleep(60)
 
6
 
7
  def run_instagram_bot():
8
  # Initialize InstaPy
9
+ session = InstaPy(username="FARIDDD1230909", password="f1309D1309")
10
 
11
  # Set up your bot preferences
12
  # Enable story interaction
 
29
  # Gain followers
30
  # Follow followers of specific users
31
  session.follow_user_followers(
32
+ ["demon_bakemon", "asma__a1997"], amount=5, randomize=True)
33
 
34
  # Wait for 1 minute before the next iteration
35
  time.sleep(60)