Closed DataMinerUK closed 10 years ago
Out of interest, what are you using the space separated URLs for?
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
Ah ok, so you're going to read it with code somewhere! Thanks :)
In hand in pull request https://github.com/scraperwiki/twitter-search-tool/pull/42
Save list as string with urls separated by space in the SQL table