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
Two hashtags with a space between each other (and not separated by a comma), should result in a compound hashtag, essentially an "AND" operator. This would like photos tagged with both #dogs and #cute, but not an image with only #dogs or only #cute. I am using InstaPy GUI.
Current Behavior
The hashtags are combined and the space is stripped out (e.g., #dogs and #cute, only #dogscute is used when the bot is crawling).
Possible Solution (optional)
Interpret the space as an "AND" operator, or provide an explicit character to denote a compound hashtag rule.
Expected Behavior
Two hashtags with a space between each other (and not separated by a comma), should result in a compound hashtag, essentially an "AND" operator. This would like photos tagged with both #dogs and #cute, but not an image with only #dogs or only #cute. I am using InstaPy GUI.
Current Behavior
The hashtags are combined and the space is stripped out (e.g., #dogs and #cute, only #dogscute is used when the bot is crawling).
Possible Solution (optional)
Interpret the space as an "AND" operator, or provide an explicit character to denote a compound hashtag rule.
InstaPy configuration
Using InstaPy GUI: https://github.com/ahmadudin/electron-instaPy-GUI
The text was updated successfully, but these errors were encountered: