Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should accept URIs for CSV location #1

Closed
mogul opened this issue Jul 6, 2015 · 1 comment
Closed

Should accept URIs for CSV location #1

mogul opened this issue Jul 6, 2015 · 1 comment
Assignees

Comments

@mogul
Copy link
Collaborator

mogul commented Jul 6, 2015

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.

@mogul mogul self-assigned this Jul 6, 2015
@mogul mogul closed this as completed in #2 Jul 6, 2015
mogul added a commit that referenced this issue Jul 6, 2015
Handle remote URIs for the path to the CSV file. Closes #1.
@jcombos
Copy link
Owner

jcombos commented Jul 7, 2015

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
#1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants