We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Can confirm as well
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: