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

regexing the search query #9

Closed AnotherLizard closed 8 years ago

AnotherLizard commented 9 years ago

Hi. Is it possible to re the search query for a tighter pattern match? Or to have it search for multiple queries? At the moment I am post processing already pulled tweets but this is a little annoying due to I am limited to how many tweets I can pull in a timeframe.

basti2342 commented 8 years ago

Hi AnotherLizard,

if I understand you correct, you want to use a regular expression in the search query? The Twitter API does not support this, so there will be no such feature unfortunately.

Regards, basti2342