jcombos / notsorrygame

Shared source for the NotSorryGame Twitter bot
GNU General Public License v2.0
0 stars 0 forks source link

Should accept URIs for CSV location #1

Closed mogul closed 9 years ago

mogul commented 9 years ago

It should be possible for the PATH_TO_TWEETS_CSV to be a URI. That way you can point it at an export link from Google Sheets directly, eg

PATH_TO_TWEETS_CSV='https://docs.google.com/spreadsheets/d/135qNJiCDPKXXYsoWzbR728EARBY6-ypA1FRbEO8_7v8/export?format=csv'

...and skip the whole "download the tweets" step.

jcombos commented 9 years ago

Holy cow, there are 2000 tweets in the csv already. That's awesome!

On Mon, Jul 6, 2015 at 3:38 AM, Bret Mogilefsky notifications@github.com wrote:

It should be possible for the PATH_TO_TWEETS_CSV to be a URI. That way you can point it at an export link from Google Sheets directly, eg

PATH_TO_TWEETS_CSV='https://docs.google.com/spreadsheets/d/135qNJiCDPKXXYsoWzbR728EARBY6-ypA1FRbEO8_7v8/export?format=csv'

— Reply to this email directly or view it on GitHub https://github.com/mogul/notsorrygame/issues/1.