Open JimLynchCodes opened 7 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
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?