DocNow / twarc

A command line tool (and Python library) for archiving Twitter JSON
https://twarc-project.readthedocs.io
MIT License
1.37k stars 255 forks source link

Error with .text and .full_text in 2.0 version #180

Closed aniol closed 6 years ago

aniol commented 7 years ago

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 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.

lotsoaxolotls commented 7 years ago

Fixed for wordcloud.py.

edsu commented 7 years ago

Two more to go :-)