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

its doesn't upload #6

Closed dostundegil closed 1 month ago

dostundegil commented 2 months ago

it just doesn't upload and i don't know why

image

dostundegil commented 2 months ago

I think it bugs out when the user's username contains an underscore ('_') during scraping. It's scraping but when it upload one time it's done.

sujay1599 commented 2 months ago

Your session needs to be updated. Try reloging in

sujay1599 commented 2 months ago

I am working on away to save the session
Consider starting for setup.py and then running main.py

Always use same uuid for same account.

Lmk if that helps.

CJ

iekamjotsingh commented 2 months ago

@sujay1599 Description isn't getting uploaded when using custom description

sujay1599 commented 2 months ago

May you post config file!?

iekamjotsingh commented 2 months ago

May you post config file!?

credit: give_credit: false custom_tags:

sujay1599 commented 2 months ago

so are you trying to upload your own descriptions? if so you must setup like so. image

in setup_config.py: Use original description? (true/false): false Enter custom description (leave blank to use default descriptions): Follow me for memes. Daily new content! Add hashtags? (true/false): false Give credit? (true/false): false

If you leave blank default default descriptions are located in upload.py line 14. You can add additional default descriptions to the list and it will randomly add.

description is built like this: image

Use original description? (true/false): true means it will use the original description taken from scraped video Use original description? (true/false): false will prompt for custom description you want to add (see my image above) if you leave this portion blank it will use random DEFAULT_DESCRIPTIONS from upload.py

Add hashtags? (true/false): ture will prompt you to also enter #tags which are just appended to the end of the description; theoretically you can put anything here; sometimes I put Follow me @acc @acc2 @acc3

lastly Give credit? (true/false): true will just append where username whom the video was scraped from "\nTaken from: @{profile_username}"

Does this make sense or help?

Let me know because it works for me!

Thanks, CJ

Default descriptions

iekamjotsingh commented 2 months ago

Yes, I'm using the default description. Just replacing the instagram handle and its going blank while uploading, nothing is uploaded with the reel.

sujay1599 commented 2 months ago

I like to scrape a lot of videos from 5 accounts or so and set interval to 360 + then upload at every 45-60; works well for me!

CJ

iekamjotsingh commented 2 months ago

Are you available through google meet or some ?

sujay1599 commented 2 months ago

not at the moment.

Delete the session.json file run setup_config.py then run main.py

when you log into another user, you must move ur current session.json to another location or else your account will be flagged and will require password change.

your original email was showing login required so your session.json needs to be deleted and you need to relogin .

try from start.

I am running it right now!

can meet later

iekamjotsingh commented 2 months ago

Testing again, will let you know. Please drop your discord or tg if possible.

sujay1599 commented 2 months ago

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

iekamjotsingh commented 2 months ago

sent

sujay1599 commented 1 month ago

should be working!