You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# In any given session, a random number between upperbound and lowerbound will be selected as the max number of actions (likes and comments) performed in a session, after which the script will stop.
max_actions_lower = 35
max_actions_upper = 50
# Every post is evaluated by the number of likes and comments it has. Only if the requirements are met will any interaction take place
required_like_count = 100
required_comment_count = 5
# In case a comment is to be generated by GPT-4, the post's caption should be long enough to derive context. Else, we fallback to our bank of generic comments.