GramAddict / bot

Completely free and open-source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any Android device 5.0+ that can run Instagram - real or emulated.

Home Page:https://docs.gramaddict.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use filter

spikeyhair opened this issue · comments

I tried to put the filtering criteria according to the help in this page (https://docs.gramaddict.org/#/configuration) in the config.yml file but I am getting these errors:

config.yml has been saved last time at 2024-03-18 20:49:35
[03/18 20:50:30] INFO | Do you want to update/create your config-examples folder in local? Do the following:
pip3 install --user gitdir (only the first time)
python3 -m gitdir https://github.com/GramAddict/bot/tree/master/config-examples (python on Windows)
[03/18 20:50:33] INFO | Checking for updates...
[03/18 20:50:33] INFO | Bot is updated.
[03/18 20:50:33] INFO | GramAddict v.3.2.11
[03/18 20:50:33] INFO | Loading plugins . . .
[03/18 20:50:33] INFO | - ActionUnfollowFollowers: Handles the functionality of unfollowing your followers
[03/18 20:50:33] INFO | - ClonedApp: Adds support for cloned apps
[03/18 20:50:33] INFO | - CoreArguments: Simply adds core arguments
[03/18 20:50:33] INFO | - DataAnalytics: Generates a PDF analytics report of current username session data
[03/18 20:50:33] INFO | - InteractBloggerPostLikers: Handles the functionality of interacting with a blogger
[03/18 20:50:33] INFO | - InteractBloggerFollowers_Following: Handles the functionality of interacting with a bloggers followers/following
[03/18 20:50:33] INFO | - InteractBloggerPostLikers: Handles the functionality of interacting with a blogger post likers
[03/18 20:50:33] INFO | - InteractOwnFeed: Handles the functionality of interacting with your own feed
[03/18 20:50:33] INFO | - InteractHashtagLikers: Handles the functionality of interacting with a hashtags likers
[03/18 20:50:33] INFO | - InteractHashtagPosts: Handles the functionality of interacting with a hashtags post owners
[03/18 20:50:33] INFO | - InteractPlaceLikers: Handles the functionality of interacting with a places likers
[03/18 20:50:33] INFO | - InteractPlacePosts: Handles the functionality of interacting with a places post owners
[03/18 20:50:33] INFO | - LikeFromURLs: Likes a post from url. The urls are read from a plaintext file
[03/18 20:50:33] INFO | - RemoveFollowersFromList: Remove account followers from a list of usernames
[03/18 20:50:33] INFO | - TelegramReports: Generate reports at the end of the session and send them using telegram
[03/18 20:50:33] ERROR | Unknown arguments: --min_followers=100, --max_followers=1000, --min_followings=300, --max_followings=50000, --min_potency_ratio=1, --max_potency_ratio=2, --min_posts=100, --blacklist=“sex”, --blacklist=“furry”, --blacklist="sexy", --mandatory_words=“cat”, --mandatory_words=“kitten”, --mandatory_words=“meow”, --specific_alphabet=“LATIN”, --specific_alphabet=“ARABIAN”, --biography_language=ch, --biography_language=en, --biography_banned_language=es, --biography_banned_language=ch

These are the important filtering criteria, is it not supported?

Sorry, I didn't read the instruction clearly, it should be put in the filters.yml instead of config.yml.

Where should I place the filters.yml file? Should I put it in account/username folder or the folder same level with config.yml and gramaddict?

Inside your accounts/yourname folder

thanks.... it works now.