tuxity / insta-unfollower

An Instagram script to unfollow accounts who doesn't follow-you-back
MIT License
384 stars 87 forks source link

Program closing #78

Closed Murqd101 closed 1 year ago

Murqd101 commented 1 year ago

It starts how it is supposed to grab my list of people im following that are following back, then starts the unfollowing of users process. It then closes the whole program as it starts and does nothing.

manojpgoswamigit commented 1 year ago

Script fails as soon as it begins to unfollow users.

Begin to unfollow users...
Unfollowing bigboy...
Traceback (most recent call last):
  File "C:\Users\test\Desktop\insta-unfollower-main\insta-unfollower.py", line 271, in <module>
    main()
  File "C:\Users\test\Desktop\insta-unfollower-main\insta-unfollower.py", line 262, in main
    while unfollow(user) == False:
  File "C:\Users\test\Desktop\insta-unfollower-main\insta-unfollower.py", line 157, in unfollow
    response = session.get(profile_route % (instagram_url, user['username']))
TypeError: not all arguments converted during string formatting
kosmosnya commented 1 year ago

Got this error too.

fix errors:

Traceback (most recent call last): File "/Users/kosmosnya/Library/Mobile Documents/com~apple~CloudDocs/Work/Automation/insta-unfollower-main/insta-unfollower.py", line 271, in main() File "/Users/kosmosnya/Library/Mobile Documents/com~apple~CloudDocs/Work/Automation/insta-unfollower-main/insta-unfollower.py", line 262, in main while unfollow(user) == False: ^^^^^^^^^^^^^^ File "/Users/kosmosnya/Library/Mobile Documents/com~apple~CloudDocs/Work/Automation/insta-unfollower-main/insta-unfollower.py", line 157, in unfollow response = session.get(profile_route % (instagram_url, user['username']))


TypeError: not all arguments converted during string formatting
github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days