'Twitter API get list of users with a keyword in their name

I want to get a list of twitter users with a keyword in their name, i don't think it is possible with given api.

Example: Getting a list of users with "John" in their name.

This can return: "John2782" "John Stamoss" "JohnJohn"...

Is there a way to achieve this query with twitter api? (Extra: i want to eliminate users with less than a number of followers too)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source