-
Notifications
You must be signed in to change notification settings - Fork 73
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
iter_list_member with await #232
Comments
can you please post your code snippet |
@mahrtayyab this is my code: proxy_ = get_proxy()
proxy = Proxy(
host=proxy_["host"],
port=proxy_["port"],
proxy_type=PROXY_TYPE_SOCKS5,
username=proxy_["username"],
password=proxy_["password"],
)
app = Twitter(scraper_account.username, proxy=proxy)
app.sign_in(
scraper_account.username,
scraper_account.password,
extra={
"enter_phone": scraper_account.phone,
"enter_text": scraper_account.phone,
},
)
app.iter_list_member("220100704", 10000) |
You can use |
@mahrtayyab thanks, but how to get one page at a time instead of getting all pages using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm running iter_list_member and my code is not async and I get the following error:
tweety version: 2.0.6 from pypi
The text was updated successfully, but these errors were encountered: