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

CRITICAL:root:twint.run:Twint:Feed:noData'data' sleeping for 1.0 secs #2

Open
leonardoulloa21 opened this issue May 16, 2023 · 1 comment

Comments

@leonardoulloa21
Copy link

leonardoulloa21 commented May 16, 2023

Notes:

Installed with: pip install git+https://github.com/catgirl-v/twint.git.

A code example of what I'm doing is this (Jupyternotebook):

`import twint
import nest_asyncio

nest_asyncio.apply()

c = twint.Config()
c.All = "BCPComunica"
c.Since="2023-05-14"
c.Auth_token={my_token_from_firefox}
c.Limit = 100
twint.run.Search(c)

`
Also, I have tried to declare the auth token as an enviroment variable but I got the same result. It's not working for me.

@muskit
Copy link

muskit commented Jun 14, 2023

Can confirm as well

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