twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

How to search for users not tweets, if there is a common string in the users I'm searching for

Open youssefsaqr opened this issue 5 years ago • 2 comments

some users in Arabic have a specific string added to their user fullname, like a job or profession.

example: a user fullname could be ('Teacher John' or 'teacher Michal'...etc) so I need to search with the word ('Teacher' or 'teacher') to get all the users who have this word in their user fullname.

how can I do this?

youssefsaqr avatar May 07 '20 06:05 youssefsaqr

use the word "from" with a space in the begin. like this ' from:youssefsaqr'

toscanopedro avatar May 30 '20 00:05 toscanopedro

Try this twitter API https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-users-search

lapp0 avatar Jun 07 '20 16:06 lapp0