-
Notifications
You must be signed in to change notification settings - Fork 3.8k
catch exception for each post separately #4308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@ishandutta2007 Good idea! Thank you very much. Let's merge it together with another one of the PRs. Also, do you think it would be possible to explain why commenting is necessary, in a short section, to the community. I hear a lot of people complaining and struggling since they get all the same comments at their posts since noone changes the comments 😅 |
Commenting is actually more important in driving instagrams trending algorithm than liking. The solutions needed are:
|
@ishandutta2007 True, but who is going to create the comments? We need huge lists of default comments for the lists. |
Humans intuitively don't have millions of pickup lines to choose from. If you look back at all your lines from the birth of internet till today I am sure you wont be able to list more than a couple of 100 complements that you ever wrote on any social media. Just do this exercise, check a post with say 10k comments you will see lots of similar comments without any automation tool whatsoever. Few hundreds per niche will be more than enough. I think @breuerfelix had an idea for entering all form of data via UI by different user and download that list once a month from CDN or so and refresh. That will probably be the way for comments as well since comments also falls under data.
We are doing far riskier things in instapy than this, afaik instagram doesn't do blocking by comment analysis much.
As far as disabling is concerned, the simplest way to disable is by removing the line |
Hey the simplest quick solution I can think of to avoid all users using the same comments from template is by
I will change the code over the weekend as per this. Let's know if you have any concerns. |
Let's not punish the whole pods run for one bad data case.