sujay1599 / InstagramTheftyScraperPosterHuman

InstagramTheftyScraperPosterHuman is an advanced tool for automating the process of scraping, uploading, and managing Instagram reels. This tool builds upon previous versions, introducing several enhancements and new functionalities to improve automation, human-like interactions, and bot detection prevention.
MIT License
9 stars 2 forks source link

Videos get downloaded, but never uploaded + No/Incorrect Handling for 2FA #12

Closed TheOfficialTAGM closed 1 month ago

TheOfficialTAGM commented 1 month ago

1st Issue: I've attached a screenshot for better understanding, basically, the videos download fine, but when it comes to uploading - its on a what seems to be a loop which results in nothing actually being uploaded image

2nd: Incorrect handling for 2FA. 2FA, for Authenticator Apps and/or Email codes isn't handled properly here. When logging into any account with 2FA, it results in this error despite everything being clean - instead of asking for 2FA Code. "Failed to login using username and password: The password you entered is incorrect. Please try again. If you are sure that the password is correct, then change your IP address, because it is added to the blacklist of the Instagram Server"

sujay1599 commented 1 month ago

First download the newest version.

delete your session file for said accounts.

Log into IG on ur phone -> forgot password -> reset password (shows IG u have possession of the account)

Start program for start_config.py

2FA is not implemented; if people require it I can add it.

Lmk if that helps!

sujay1599 commented 1 month ago

Make sure 2FA is off. It will take me a bit to get that involved. I don't use it because atm I am using accounts without 2-fa.

Your session needs to be updated (delete)

Make sure you have the newest master version.

Move the upload.txt file into new destination.

Add me as a friend on Discord! Invite expires in 1 week: https://discord.gg/tjHCeFjA

sujay1599 commented 1 month ago

Also currently public request are broken - https://github.com/subzeroid/instagrapi/pull/1844#issuecomment-2018947707

So I'm working on a V3.01

TheOfficialTAGM commented 1 month ago

added you on discord!

sujay1599 commented 1 month ago

Thanks for sharing I will work on getting it incorporated.

So login happens in config_setup.py to create the initial file.

Main.py calls auth.py to see if sesssion is valid, if valid inject cookie, updates time.

For 2fa it will the first question asked when running.

Sujay