twint
twint copied to clipboard
JSONDecodeError
import twint
searchParameters = twint.Config() searchParameters.Username = "Some user name" searchParameters.Retweets = True searchParameters.Format = "Post ID: {id} | Username: {username} | Date: {date}"
twint.run.Profile(searchParameters)
When I execute the above code then I got the error JSONDecodeError: Expecting value: line 1 column 1 (char 0). I run this code in google colab.
An empty response was received. Likely due to a Twitter update which broke the request format (I have the same issue)
Duplicate #1335