ckoepp / TwitterSearch

A Python library to easily iterate tweets found by the Twitter Search API
MIT License
387 stars 112 forks source link

Query operators #24

Closed ckoepp closed 9 years ago

ckoepp commented 9 years ago

Implement a new class to generate complex queries using the current available Query operators.

ckoepp commented 9 years ago

foo OR bar joe seems to be equal to (foo OR bar) AND joe. Pretty complex queries aren't possible, so simple solution might be sufficient.