twint.token.RefreshTokenException: Could not find the Guest token in HTML

150 Views Asked by At

I want to use twint to get some data from twitter, but I got this error while running:

import twint

# Configure
c = twint.Config()
c.Username = "realDonaldTrump"
c.Search = "great"

# Run
twint.run.Search(c)```
 

I get this error: 

twint.token.RefreshTokenException: Could not find the Guest token in HTML


to scrape using twint
0

There are 0 best solutions below