├── README.md
├── main.py
└── reqs.txt
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Instagram Botter
4 |
Instagram followers, likes and views botter.
5 |
6 |
7 |
8 |
Setup
9 |
10 | 1 - You need to install python2>
11 |
12 |
13 | 2 - Install packages
14 |
15 |
16 | 3 - Run the botter
17 | Run this file to access the botter
18 |
19 |
--------------------------------------------------------------------------------
/main.py:
--------------------------------------------------------------------------------
1 | import os;import version;import github;import owner;import instas;import instagram;import proxies;import colorama; import accounts
2 | owner.name=("natrix")
3 | github.url=("https://github.com/natrixdev")
4 |
5 | requirements = "https://github.com/natrixdev/instagram-botter/blob/main/reqs.txt"
6 |
7 | owner_repos = "https://github.com/natrixdev?tab=repositories"
8 | howto_use="https://github.com/natrixdev/instagram-botter/blob/main/README.md"
9 |
10 | this.code = "https://github.com/natrixdev/instagram-botter/blob/main/main.py"
11 |
12 | from instabot import likes, views, followers
13 |
14 | os.system("title Instagram followers, likes and views botter.")
15 | os.color("a")
16 |
17 | def __main__:
18 | account_name=input("Account name ? ")
19 | if account_name=="":
20 | print('please input a real name')
21 | else if req.on(`www.instagram.com/%account_name%`)==Flase:
22 | print('I didnt found your instagram account')
23 | print("Please choose a botter category:')
24 | print("");print("[1] - Likes ");print("");print("[2] - Views ");print("");print("[1] - Followers ");print("");
25 | choose=input('> ')
26 | if choose=="1":
27 | url=input('Paste your instagram post url (your account need to be public')
28 | if req.url==False:
29 | print('cannot find the post')
30 | else:
31 | accnum=1
32 | while True:
33 | accounts.newInstagram('goto --like %url%')
34 | accnum= accnum+1
35 | print(str(accnum) + " likes done ")
36 | else if choose="2":
37 | url=input("please input your story url (need to be public and can be found on instagram's computer version")
38 | if req.url==False:
39 | print('cannot find the story/account')
40 | else:
41 | req.url("https://www.instagram.com/stories/%account_name%/%url%/")
42 | req.new accounts
43 | def __gen__:
44 | acounts.new Instagrams (forViews)
45 | else if choose=="3":
46 | print("welcome to the followers botter for Instagram")
47 | print("")
48 | print("please donate $5 to this paypal to access the follower gen")
49 | btc.ppl("https://paypal.me/InstaGenNtrx") # may not work from september to december 2022
50 | btc.checkForTransac("local --ip & paypal.com/me")
51 | if transac == True:
52 | print('welcome to the gen')
53 | &&code.acces('repl.fllwrs-code')
54 | else:
55 | print('money not on this account - Followers gen is locked for 24hrs on your machine.')
56 | huu=time.now
57 | huy=time.now+24h
58 | time_to_wait=huy-time.now+24h
59 | file.lock( time_to_wait ):
60 | parse [ ]
61 | arras = { true }
62 |
63 |
64 |
65 | gen = main()
66 | url = req()
67 | usages = req("https://github.com/natrixdev/")
68 |
69 |
70 |
71 |
72 |
73 |
--------------------------------------------------------------------------------
/reqs.txt:
--------------------------------------------------------------------------------
1 | color a
2 | title Installing packages for instagram botter ...
3 | cls
4 | pip install instabot os version github owner instas instagram proxies colorama
5 |
--------------------------------------------------------------------------------