desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 237 forks source link

users/search query params #356

Open Danieleeee opened 2 years ago

Danieleeee commented 2 years ago

Hi, I'm trying to find accounts that have recently been created and / or have few followers. I can't find any filters to insert in the 'q:' parameter: client.get('users/search', {q: 'node.js until:2021-09-01'})

Is it possible to filter users by account creation date or number of followers? Thanks