-
I've tried to run, but I got this error:
Traceback (most recent call last):
File "main.py", line 157, in
main()
File "main.py", line 140, in main
super_unfollow()
File "main.py"…
-
Traceback (most recent call last):
File "bot.py", line 9, in
tempchrome = webdriver.Chrome(options=tempmailoptions)
TypeError: __init__() got an unexpected keyword argument 'options'
-
```
from instauto import ApiClient
client = ApiClient(user_name=username, password=password)
client.login()
```
trace:
```
--------------------------------------------------------------------…
-
Hello brother, I think the action —bloggers should be —likefollowers and these interacted_users.txt should be likedfollowers.txt
this is a better name for what this action really do.
-followedfollower…
-
-
## Please follow the guide below
- Issues submitted without this template format will be **ignored**.
- You will be asked some questions and requested to provide some information, please read them…
-
Hello,
my profile gets blocked after more or less an hour. I am running on a Raspberry Pi 3 with Firefox esr. I only get blocked on Firefox on the raspberry, my insta account still works on my phone …
-
Hi and thanks a lot for your incredible job.
I have some user_agents that are not recognized, some are very shity but I think some of them could be added to your regexs.
This article could be us…
-
I guess you could open and close Instagram with the following code:
```
import os
# Open Instagram
os.system("adb shell monkey -p com.instagram.android 1 -")
# Close Instagram
os.system("a…
-
## Current Behavior
At this moment, you can schedule using `cron`, Python `schedule`, etc. to manage your working hours, I mean, you can set Instapy to work everyday at 8 AM with a fixed numb…