insta-unfollower
insta-unfollower copied to clipboard
An Instagram script to unfollow accounts who doesn't follow-you-back
Traceback (most recent call last): File "/usr/src/insta-unfollower/insta-unfollower.py", line 282, in main() File "/usr/src/insta-unfollower/insta-unfollower.py", line 273, in main while unfollow(user) == False: File "/usr/src/insta-unfollower/insta-unfollower.py", line 182, in unfollow 'x-csrftoken': response.cookies['csrftoken'] File...
Hi there, How are you? I am getting this error. Could you have a look? Traceback (most recent call last): File "C:\Users\zz\Downloads\Compressed\insta-unfollower-master\insta-unfollower.py", line 289, in main() File "C:\Users\zz\Downloads\Compressed\insta-unfollower-master\insta-unfollower.py", line 222,...
Hi Kevin, I attempted to run the script using Powershell and Docker. I ran: ``` docker build -t tuxity/insta-unfollower . docker run -d -v ${pwd}/cache:/usr/src/insta-unfollower/cache --env INSTA_USERNAME=myusername --env INSTA_PASSWORD=mypassword tuxity/insta-unfollower...
It solves line 91, in get_user_profile response = json.loads(extract.group(1)) AttributeError: 'NoneType' object has no attribute 'group' Close #60, #67 and #68
Inform the time at which the programme has started sleeping.
Hey, great app you have here. I added an "allowlist" feature and updated the readme too. I used the word "allow" instead of "white" because that is the newer industry...
Hi! Docker logs `Please check Instagram app for a security confirmation that it is you trying to login.` and the process immediately exits. On the Instagram app I get the...
I just ran this with Docker via ``` docker pull tuxity/insta-unfollower:latest docker run -d -v $(pwd)/cache:/usr/src/insta-unfollower/cache --env INSTA_USERNAME=myusername --env INSTA_PASSWORD=mypassword tuxity/insta-unfollower:latest ``` First run - after 3 successful unfollows I...
Hi! When running `python3 insta-unfollower.py` i get this error ``` Traceback (most recent call last): File "C:\Users\WORKSTATION\Downloads\insta-unfollower-master\insta-unfollower.py", line 282, in main() File "C:\Users\WORKSTATION\Downloads\insta-unfollower-master\insta-unfollower.py", line 217, in main connected_user = get_user_profile(credentials.username)...
"Please check Instagram app for a security confirmation that it is you trying to login." This is the error I get and even tho I confirmed it was me multiple...