
I will hopefully blog more fully about this project tmrrw. It’s still in process. Here is the information on Github. initial prototype.


// itp
I will hopefully blog more fully about this project tmrrw. It’s still in process. Here is the information on Github. initial prototype.
At the Stupid Hackathon last year some friends of mine made: Potato Your Face . I just had the idea to do: Emoji Yr Face, which is what I intend to do.
Still reading this book . The author included a Jack Spicer poem I had forgotten about. Author’s excerpt below, full poem here.
I would like to make poems out of real objects. The lemon to be a lemon that the reader could cut or squeeze or taste–a real lemon like a newspaper in a collage is a real newspaper. I would like the moon in my poems to be a real moon, one which could be suddenly covered with a cloud that has nothing to do with the poem–a moon utterly independent of images. The imagination pictures the real. I would like to point to the real, disclose it, to make a poem that has no sound in it but the pointing of a finger…
Things do not connect; they correspond. That is what makes it possible for a poet to translate real objects, to bring them across language as easily as he can bring across time. That tree you saw in Spain is a tree I could never have seen in California, that lemon has a different smell and a different taste, BUT the answer is this–every place and every time has a real object to correspond with your real object – that lemon may become this lemon, or it may even become this piece of seaweed, or this particular color of gray in this ocean. One does not need to imagine that lemon; one needs to discover it.
Fredman p. 97 // Spicer p. 133
Emojis are very interesting to me. Though we see them as an image, the computer understands them as a string. Taking up pixel real estate on our screens, they only occupy text space in our parsers. How neat!
Through use language changes over time. And people ❤️ communicating with images. Various corporations pay the Unicode Consortium $20,000 a year in order to make new emojis for consumer use. In this way these companies are defining how people are communicating. It’s like they get to pay to put new words into the dictionary, or something.
@emojiMountain is a twitter bot that tweets an emojiPainting of some mountains & likes the tweet of someone who uses the word “mountain”, “🗻” or the “🌊” emoji. The input changes every time the program is run.
The emoji data is currently hardcoded as I ran into issues with my json file. For a next step I would like to write a function that varies the arrangement of the emojis to appear like different mountain ranges as well as write something that will more systematically move through the emoji arrays.
Now, looking at the likes. At first all the bot did was retweet the user’s tweet but I like the relationship between generating and aggregating content. I need to scale down how often the bot runs so it becomes clear which tweet is related to which like.
I am particularly interested in writing out parts of the script that filter the Twitter data. I am interested when people choose to use written words, an emoji or post a picture.