Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i get users list by name ? #62

Open
nerzid opened this issue Aug 18, 2017 · 1 comment
Open

How can i get users list by name ? #62

nerzid opened this issue Aug 18, 2017 · 1 comment

Comments

@nerzid
Copy link

nerzid commented Aug 18, 2017

I want to search and get users by name

@f4lco
Copy link

f4lco commented Nov 12, 2020

Try the following:

>>> import stackexchange as se
>>> site = se.Site(se.StackOverflow)
>>> site.users(inname='f4lco')
(<User 'f4lco' (345057) @ 10e9d9c40>, <User 'wiref4lcon' (13192697) @ 10e9eca90>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants