Incorrect values of stored objects #13
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
When outputting the result to CSV etc., the value will be corrupted in some keys.
The cause of this issue is twint doesn't keep up completely with update to (unofficial) Twitter API spec.
For output to the database, an error occurs and it does not work.
This is the meaning of that fixing of twintproject#1335 is incomplete.
For fixing this, it is necessary to compare the previous Tweet objects (I think this is same as Tweet objects of user timelines) and the current Tweet objects and make the structure the same.
There will be differences between Tweet objects of Twitter search and Tweet objects of user timelines.
The text was updated successfully, but these errors were encountered: