This commit is contained in:
2026-04-16 18:58:18 +02:00
commit fa1d01527d
124 changed files with 13989 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
username1
username2

View File

@@ -0,0 +1,15 @@
%PHOTO
comment 1 for photo
comment 2 for photo
...
comment n for photo
%VIDEO
comment 1 for video
comment 2 for video
...
comment n for video
%CAROUSEL
comment 1 for carousel
comment 2 for carousel
...
comment n for carousel

138
config-examples/config.yml Normal file
View File

@@ -0,0 +1,138 @@
##############################################################################
# For more information on parameters, refer to:
# https://docs.gramaddict.org/#/configuration?id=configuration-file
#
# Note: be sure to comment out any parameters not used by adding a # in front
# AGAIN: YOU DON'T HAVE TO DELETE THE LINE, BUT ONLY COMMENT IT WITH A #!
##############################################################################
# General Configuration
##############################################################################
username: myusername # you have to put your IG name here!
# device: put_your_device_id_there # 'adb devices' in the console to know it. It's needed only if you have more than 1 device connected
app-id: com.instagram.android
use-cloned-app: false
allow-untested-ig-version: false # Using an untested version of IG would cause unexpected behavior because some elements in the user interface may have been changed
screen-sleep: true
screen-record: false
speed-multiplier: 1
debug: false
close-apps: false
kill-atx-agent: false
restart-atx-agent: false
disable-block-detection: false
disable-filters: false
dont-type: false
# scrape-to-file: scraped.txt
total-crashes-limit: 5
count-app-crashes: false
shuffle-jobs: true
truncate-sources: 2-5
##############################################################################
# Actions
##############################################################################
## Interaction (active jobs)
blogger-followers: [ username1, username2 ]
blogger-following: [ username1, username2 ]
blogger-post-likers: [ username1, username2 ]
blogger: [ username1, username2 ]
hashtag-likers-top: [ hashtag1, hashtag2 ]
hashtag-likers-recent: [ hashtag1, hashtag2 ]
hashtag-posts-top: [ hashtag1, hashtag2 ]
hashtag-posts-recent: [ hashtag1, hashtag2 ]
place-posts-top: [ place1, place2 ]
place-posts-recent: [ place1, place2 ]
place-likers-top: [ place1, place2 ]
place-likers-recent: [ place1, place2 ]
interact-from-file: [usernames1.txt 10-15, usernames2.txt 3]
posts-from-file: posts.txt
feed: 2-5 # is the number of likes you will give in feed
## Special modifier for jobs and sources
watch-video-time: 15-35
watch-photo-time: 3-4
# can-reinteract-after: 48 # the amount of hours that have to pass from the last interaction
delete-interacted-users: true
## Unfollow (unfollow jobs)
unfollow: 10-20
unfollow-any: 10-20
unfollow-non-followers: 10-20
unfollow-any-non-followers: 10-20
unfollow-any-followers: 10-20
unfollow-from-file: [usernames1.txt 7-15, usernames2.txt 6]
## Special modifier for unfollow jobs
sort-followers-newest-to-oldest: false
unfollow-delay: 15
## Remove followers (active jobs)
remove-followers-from-file: [remove1.txt 5-10, remove2.txt 6]
## Special modifier for remove followers
delete-removed-followers: true
## Post Processing
# analytics: false # no more supported
telegram-reports: false # for using telegram-reports you have also to configure telegram.yml in your account folder
## Special actions
# pre-script: pre_script_path_here
# post-script: post_script_path_here
##############################################################################
# Source Limits
##############################################################################
interactions-count: 30-40
likes-count: 1-2
likes-percentage: 100
stories-count: 1-2
stories-percentage: 30-40
carousel-count: 2-3
carousel-percentage: 60-70
max-comments-pro-user: 1-2
# comment-percentage: 30-40
# pm-percentage: 30-40
interact-percentage: 30-40
follow-percentage: 30-40
follow-limit: 50
skipped-list-limit: 10-15
skipped-posts-limit: 5
fling-when-skipped: 0
min-following: 100
##############################################################################
# Total Limits Per Session
##############################################################################
total-likes-limit: 120-150
total-follows-limit: 40-50
total-unfollows-limit: 40-50
total-watches-limit: 120-150
total-successful-interactions-limit: 120-150
total-interactions-limit: 280-300
total-comments-limit: 3-5
total-pm-limit: 3-5
total-scraped-limit: 100-150
##############################################################################
# Ending Session Conditions
##############################################################################
end-if-likes-limit-reached: true
end-if-follows-limit-reached: false
end-if-watches-limit-reached: false
end-if-comments-limit-reached: false
end-if-pm-limit-reached: false
##############################################################################
# Scheduling
##############################################################################
working-hours: [10.15-16.40, 18.15-22.46]
time-delta: 10-15
repeat: 280-320
total-sessions: 1 # -1 or commented for infinite sessions

View File

@@ -0,0 +1,63 @@
##############################################################################
# For more information on filters, refer to:
# https://docs.gramaddict.org/#/configuration?id=available-filters
#
# Note: be sure to comment out any filter not used by adding a # in front
# AGAIN: YOU DON'T HAVE TO DELETE THE LINE, BUT ONLY COMMENT IT WITH A #!
##############################################################################
## Filters on profile type
skip_if_private: false
skip_if_public: false
skip_business: true
skip_non_business: false
skip_following: true
skip_follower: true
skip_if_link_in_bio: true
follow_private_or_empty: false
## Filters on profile stats
min_followers: 50
max_followers: 2500
min_followings: 50
max_followings: 2500
min_potency_ratio: 0.5
max_potency_ratio: 5
min_posts: 3
mutual_friends: -1 # -1 for ignore that filter
## Filters on biography and name
blacklist_words: [sex, link,]
mandatory_words: [cat, dogs,]
specific_alphabet: [LATIN, GREEK]
biography_language: [it, en]
biography_banned_language: [es, ch]
## Filters for enabling comments
# Action specific
comment_hashtag_likers_top: true
comment_hashtag_likers_recent: true
comment_hashtag_posts_top: true
comment_hashtag_posts_recent: true
comment_place_likers_top: true
comment_place_likers_recent: true
comment_place_posts_top: true
comment_place_posts_recent: true
comment_blogger_followers: true
comment_blogger_following: true
comment_blogger_post_likers: true
comment_blogger: true
comment_interact_usernames: true
comment_interact_from_file: true
comment_feed: false
# Content specific
comment_photos: true
comment_videos: true
comment_carousels: true
## Filters for sending PM
pm_to_private_or_empty: true
## Filters on number of post likers
min_likers: 1
max_likers: 1000

View File

@@ -0,0 +1,4 @@
private message 1
private message 2
...
private message n

View File

@@ -0,0 +1,6 @@
# The complete guide can be found here: https://docs.gramaddict.org/#/configuration?id=telegram-reports
# telegram-api-token -> https://t.me/botfather to create your telegram bot account
# telegram-chat-id -> https://t.me/myidbot to know your chat-id where the bot will send reports
telegram-api-token: your-api-token-here
telegram-chat-id: your-chat-id-here

View File

@@ -0,0 +1,2 @@
username1
username2