Divdude77 / Instagram-Page-Automator

Automate your instagram meme page using this program! This script takes memes from reddit after every specified time interval and automatically posts it to your instagram meme page!
MIT License
28 stars 6 forks source link

got a whole divine comedy as an error #11

Closed ataknow closed 7 months ago

ataknow commented 10 months ago

2023-12-20 15:43:56,223 - INFO - Instabot version: 0.117.0 Started 2023-12-20 15:43:56,224 - INFO - Not yet logged in starting: PRE-LOGIN FLOW! 2023-12-20 15:44:01,328 - INFO - Logged-in successfully as 'shtpostingheaven'! 2023-12-20 15:44:01,329 - INFO - LOGIN FLOW! Just logged-in: True 2023-12-20 15:44:05,982 - ERROR - Error checking for feedback_required, response text is not JSON 2023-12-20 15:44:05,982 - INFO - Full Response: <Response [404]> 2023-12-20 15:44:05,982 - INFO - Response Text: <!DOCTYPE html>

Page Not Found • Instagram

Sorry, this page isn't available.

The link you followed may be broken, or the page may have been removed. Go back to Instagram.

2023-12-20 15:44:05,989 - ERROR - Error unknown send request 2023-12-20 15:44:15,118 - ERROR - Error checking for feedback_required, response text is not JSON 2023-12-20 15:44:15,118 - INFO - Full Response: <Response [404]> 2023-12-20 15:44:15,119 - INFO - Response Text: <!DOCTYPE html>

Page Not Found • Instagram

Sorry, this page isn't available.

The link you followed may be broken, or the page may have been removed. Go back to Instagram.

2023-12-20 15:44:15,126 - ERROR - Error unknown send request

ataknow commented 10 months ago

2023-12-20 15:44:15,126 - ERROR - Error unknown send request Traceback (most recent call last): File "C:\Users\Admin\OneDrive\Desktop\instamemeauto\memepage.py", line 62, in f = open("posted.csv","r") ^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'posted.csv' 2023-12-20 15:46:02,390 - INFO - Total requests: 31

Divdude77 commented 10 months ago

Hey! Thanks for submitting this error. It's been a while since I've ran this script myself, so let me take a look into this error.

Divdude77 commented 10 months ago

I have managed to replicate the error. The modules I used may have become outdated, I'll have a look further into it.

ataknow commented 10 months ago

I have managed to replicate the error. The modules I used may have become outdated, I'll have a look further into it.

i think instagram api is outdated as the latest update of instabot is from 3 years ago, is this instabot replaceable by another one maybe more recent?

filipopper commented 9 months ago

You can update it using instagrapi. I'll try to get to work in the next few days, but I can't promise anything because I don't have much time.

Divdude77 commented 9 months ago

@filipopper thanks for this. i will take a look into this, although im not that free right now cz of university work :(

filipopper commented 7 months ago

I wanted to apologize for my lack of response earlier in this thread. It turns out I programmed the script I mentioned on the same day I left my comment here, but for some reason, my mind completely forgot to come back and share the progress. The script I'm referring to is reddit-media-downloader. So far, I haven't implemented the automatic upload to Instagram part. My main reason for this is that I don't want to infringe any terms of service policies or violate any regulations. Essentially, the script allows for bulk downloading of content from specified subreddits, organizing it into folders for easier management. If you're interested in automatically posting downloaded Reddit content to Instagram, I suggest exploring tools like Instagrapi or GramAddict. However, I also want to be completely transparent and objective about this: if you decide to implement a feature for automatically uploading content to Instagram, I'd recommend doing so at your own risk. Instagram's policies and other social platforms can be strict regarding automation, and you could jeopardize the integrity of your account. In summary, if you decide to proceed with this feature, I suggest keeping the code for personal use or sharing it with a close circle of friends rather than openly publishing it.

Divdude77 commented 7 months ago

Thanks a lot! I have decided to stop further development on this project as Instagram changed their policies a while ago.