dariusk / NaNoGenMo-2014

National Novel Generation Month, 2014 edition.
258 stars 17 forks source link

A diary of every minute of the day #89

Closed puckey closed 3 years ago

puckey commented 9 years ago

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 commented 9 years ago

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

puckey commented 9 years ago

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 commented 9 years ago

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

MichaelPaulukonis commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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

puckey commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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

hugovk commented 9 years ago

Here's an article about this one: http://www.fastcolabs.com/3039380/its-240-pm-and-im-drunk-the-strange-voyeuristic-novel-mined-from-twitter

hugovk commented 9 years ago

And another: https://github.com/dariusk/NaNoGenMo-2014/issues/89