shine-jayakumar / insta-likecom-bot

Automates likes and comments on an instagram account or tag
MIT License
136 stars 29 forks source link

Ignore list ignores everything #84

Closed digitizesuccess closed 1 year ago

digitizesuccess commented 1 year ago

As the title says, I was experimenting with an ignore list and added some spam tags to experiment with this new function. It skipped everything as an irrelevant post. What am I doing wrong here? The posts it was skipping and marking irrelevant didn't have any of these tags in them. I've listed the tags from my list.

explorepage

likeforlikes

likeforlike

memes

spamforspam

likes

likeforfollow

trending

shine-jayakumar commented 1 year ago

@digitizesuccess the issue is fixed. Please clone the latest push and let me know if you have any issues.

digitizesuccess commented 1 year ago

what's the best way to do that?

shine-jayakumar commented 1 year ago

If you want certain tags to not appear in the post, place those tags in a file (one tag per line), and use --ignoretags or -it parameter.

Sample file with tags to ignore:

#explorepage
#likeforlikes
#likeforlike
#memes
#spamforspam
#likes
#likeforfollow
#trending

Use: ilcbot.py -u username -p password -t '#sometarget' -ig ignoretags.txt

digitizesuccess commented 1 year ago

its working well. Thanks.