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

Fetch all URLs separated by space not just one #9

Closed DataMinerUK closed 10 years ago

DataMinerUK commented 11 years ago

Save list as string with urls separated by space in the SQL table

frabcus commented 11 years ago

Out of interest, what are you using the space separated URLs for?

DataMinerUK commented 11 years ago

I just want to fetch all of the urls. As SQL can't contain a list I thought just store them as a string with a space and I can make it into a list with .split(" "). I just want to gather all the urls associated with a hashtag

frabcus commented 11 years ago

Ah ok, so you're going to read it with code somewhere! Thanks :)

frabcus commented 10 years ago

In hand in pull request https://github.com/scraperwiki/twitter-search-tool/pull/42