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

Format of search query #13

Closed freelancer77 closed 8 years ago

freelancer77 commented 8 years ago

there is no example given in the config file about the format of the hashtags:

example1 #example2

or #example1,#example2

basti2342 commented 8 years ago

Hi,

the format is

#example1 #example2

You can use https://twitter.com/search-advanced to build a query and copy it to your config.

For additional info please read this: https://dev.twitter.com/rest/public/search

Regards, basti2342