bot icon indicating copy to clipboard operation
bot copied to clipboard

Bot opens profile when not needed

Open Ardy000 opened this issue 4 years ago • 0 comments

Issue: When running a like only script, bot unnecessarily opens the owner's profile, which causes a server profile request and you can only do 200 a day. So it's not good to waste time and server requests.

Code:

screen-sleep: false
screen-record: false
speed-multiplier: 1
debug: false
close-apps: true
disable-filters: true
total-crashes-limit: 5

##############################################################################
# Actions
##############################################################################

## Interaction

#place-posts-recent: [ Vancouver, Downtown Vancouver, Stanley Park ]
hashtag-posts-recent: [ vancity, vancouver, stanleypark  ]
feed: 0

## Special modificators for jobs and sources
shuffle-jobs: false
watch-video-time: 4-6
watch-photo-time: 3-4
can-reinteract-after: -1

## Post Processing
analytics: false
telegram-reports: false # for using telegram-reports you have also to configure telegram.yml in your account folder

##############################################################################
# Source Limits
##############################################################################

interactions-count: 133
likes-count: 0
likes-percentage: 0
stories-count: 0
stories-percentage: 0
carousel-count: 0
carousel-percentage: 0
max-comments-pro-user: 0
comment-percentage: 0
pm-percentage: 0
interact-percentage: 100
follow-percentage: 0
follow-limit: 0
skipped-list-limit: 30
fling-when-skipped: 0
min-following: 800

##############################################################################
# Total Limits Per Session
##############################################################################

total-likes-limit: 400
total-follows-limit: 1
total-unfollows-limit: 0
total-watches-limit: 0
total-successful-interactions-limit: 400
total-interactions-limit: 400
total-comments-limit: 0
total-pm-limit: 0
total-scraped-limit: 200

This code just likes the recent posts in a hashtag. Please make the bot not open the poster's profile when running a script like this.

Thanks

Ardy000 avatar Oct 24 '21 21:10 Ardy000