scraperwiki / twitter-search-tool

ScraperWiki tool to get Tweets matching a search term; tool now defunct, though the code is here for reference.
https://blog.scraperwiki.com/2014/08/the-story-of-getting-twitter-data-and-its-missing-middle/
Other
9 stars 7 forks source link

getting/setting state between invocations is too yucky. #51

Open drj11 opened 10 years ago

drj11 commented 10 years ago

This tool would benefit from a much cleaner implementations of persistent variables, such as proposed here: https://github.com/scraperwiki/scraperwiki-python/issues/35

I think it would make this tool easier to maintain, and make all tools easier to write.

frabcus commented 10 years ago

:thumbsup: