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

A diary of every minute of the day #89

Closed
puckey opened this issue Nov 11, 2014 · 12 comments
Closed

A diary of every minute of the day #89

puckey opened this issue Nov 11, 2014 · 12 comments

Comments

@puckey
Copy link

puckey commented Nov 11, 2014

We plan to make a generated diary containing entries on every minute of the day using data from twitter.

Divided into chapters for every hour.

Sample: It's 11:28am and all I want to do is watch adventure time and eat chinese food. It's 11:29am and I am craving a beer. Must be a railscamp anticipation thing. It's 11:30 am and I'm already over Monday x10000. It's 11:31am and binafofina's already posting ass shots, ugh. Marry me? It's 11:32am and I have already cried today bc greys anatomy. It's 11:33am and i just woke up. It's 11:34am and i haven't bathed i m so disgusting.

We have a Twitter bot running that is also collecting the Tweets for later use: http://twitter.com/alltheminutes

Source code: https://github.com/studiomoniker/alltheminutes/

First (and I guess final) version of this book: http://preview.studiomoniker.com/alltheminutes/book-v0.0.txt

For a live version of the Twitter clock, see: http://alltheminutes.com

We made this project for an exhibition at the Van Abbemuseum in Eindhoven, the Netherlands. The exhibition is called ‘Confessions of the Imperfect’ and shows how the urge to continually transform and perfect manifests itself in our daily lives and how art and design both go along with and counteract it. You can find more information about the exhibition here: http://confessions.vanabbe.nl/

@rasagy
Copy link

rasagy commented Nov 11, 2014

Interesting! Are you picking the first tweet every minute? Quite curious to know the search query. :)

@puckey
Copy link
Author

puckey commented Nov 11, 2014

I am sourcing the tweets from topsy.com with the following query:

    '"its ' + hour + ':' + minute + '' + amPm + ' and"' +
    ' OR ' +
    '"its ' + hour + ':' + minute + ' ' + amPm + ' and"'

Right now it is the first tweet from the results I get back, but I will probably change it to be the most recent tweet.

@hugovk
Copy link
Collaborator

hugovk commented Nov 11, 2014

Related: twarc is a command line tool for archiving JSON Twitter search results.

@MichaelPaulukonis
Copy link

Last year, Nick Monfort wrote World Clock that generated something for each time of the day, around the world. This was combinatoric, though -- not pull real-world text.

@puckey
Copy link
Author

puckey commented Nov 11, 2014

Thanks for the links!

Last night I also put together a Twitter clock with this idea (running on CET timezone): http://twitter.com/alltheminutes

@hugovk
Copy link
Collaborator

hugovk commented Nov 11, 2014

Last night I also put together a Twitter clock with this idea (running on CET timezone): http://twitter.com/alltheminutes

That's great! Promising stuff for the novel!

@puckey
Copy link
Author

puckey commented Nov 12, 2014

Source code for the bot: https://github.com/studiomoniker/alltheminutes/

@puckey
Copy link
Author

puckey commented Nov 13, 2014

First version of the book: http://preview.studiomoniker.com/alltheminutes/book-v0.0.txt

Just 15 thousand words - so I am going to have another stab at it next week. I will try taking multiple tweets about the same time and combine them, leaving out the repeating 'it is xx:xx and'.

@hugovk
Copy link
Collaborator

hugovk commented Nov 13, 2014

Good stuff!

I thought the sixth hour of a day was 5-6am (not 6-7am), because the first hour is midnight-1am (not 1-2am).

Of course, depends when you start counting, and if you're starting from zeroeth hour.

@puckey
Copy link
Author

puckey commented Nov 14, 2014

Yeah, the chapter names are not final yet.. I imagined someone waking up at 6am and then counting the hours of the day..

@hugovk
Copy link
Collaborator

hugovk commented Dec 5, 2014

@hugovk
Copy link
Collaborator

hugovk commented Dec 12, 2014

And another: #89

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

No branches or pull requests

4 participants