Data4Democracy / discursive

Twitter topic search and indexing with Elasticsearch
21 stars 11 forks source link

Issue #22: Fix for build_status_attr.py #24

Closed ASRagab closed 7 years ago

ASRagab commented 7 years ago

the api.statuses_lookup(statuses, include_entities='yes') takes a list rather than an individual status so the for loop was unnecessary. I did some cleanup around the getAttributesByStatusID and the getStreamResultsStatusID functions. Feel free to change at your leisure.