basti2342 / retweet-bot

Retweets tweets mentioning your hashtag/search query. Supports Twitter API v1.1.
Mozilla Public License 2.0
127 stars 96 forks source link

(How) can I add Multiple Hashtags? #21

Open maidado opened 6 years ago

jeromecc commented 5 years ago

Combine them in the search string with OR or AND operators: "#This OR #That" "#This AND #That"

You can build your search string with https://twitter.com/search-advanced (it will be url encoded but you can decode it with an url decoder) and check what is possible there: https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets