ahmadudin / electron-instaPy-GUI

Graphic user interface for https://github.com/timgrossmann/InstaPy
MIT License
267 stars 64 forks source link

Liking Via Compound Hashtags (e.g., #dogs & #cute, but only when tagged together in the same post) #69

Open webdevandeverythingelse opened 6 years ago

webdevandeverythingelse commented 6 years ago

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.

image

image

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