ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.31k stars 568 forks source link

Multiple q's? #390

Open JimLynchCodes opened 7 years ago

JimLynchCodes commented 7 years ago

Hi, thanks for making this great library. Can you explain if/how it is possible to search with multiple paramters? For example, search for latest 100 tweets that include all three hashtags: #nodejs, #javascript, and #twitter?

JimLynchCodes commented 7 years ago

? :)

b4dnewz commented 6 years ago

hi @JimTheMan

I guess you can write: #nodejs OR #twitter than url encoded will become %23nodejs%20OR%20%23twitter, also the same work with AND operator

Reference: https://developer.twitter.com/en/docs/tweets/search/guides/standard-operators Demo: https://twitter.com/search?l=&q=%23nodejs%20OR%20%23twitter