In 2.0 version I suppose because the API change of .text for .full_textthat you explained in the changelog, there is an error with Twarc utils that always show the same error when I try to execute any of the *.py scripts. For example:
wall .jsonl > wall.html
Traceback (most recent call last):
File "/home//twarc/utils/wall.py", line 145, in
"text": tweet["text"],
KeyError: 'text'
Only seems to work json2csv.py and times.py maybe another scripts, but wall.py, wordcloud.py or geojson.py not.
In 2.0 version I suppose because the API change of
.text
for.full_text
that you explained in the changelog, there is an error with Twarcutils
that always show the same error when I try to execute any of the*.py
scripts. For example:Only seems to work
json2csv.py
andtimes.py
maybe another scripts, butwall.py
,wordcloud.py
orgeojson.py
not.