Twitter Bot / Wk 6 / Final: What’s Going On?

PROCESS:
My original idea was to generate a more visual twitter bot, but after last week’s discussion about getting out of your bubble and Trump’s constant repetition of the words “fake news” towards media coverage that he doesn’t like, I decided to focus my attention on news sources who do ‘fact check.’ Another source of inspiration for this idea came from listening to a Design Matters with Debbie Millman podcast interviewing Anil Dash, who had a hand in creating Internet technologies in the last two decades. Millman’s question of “…how do we use technology to combat alternative facts and false news?” struck a chord with me. Dash’s response to that question was, “People consume, amplify and believe fake news, alternative facts as a matter of identity…to belong to a community… the only way to uproot someone from that is to speak to the values that they have disconnected them from that group.” Empathy and trying to understand these differing viewpoints is something that we can strive towards to unify the current division. My new Twitter Bot idea titled after “What’s Going On?” (also the title of a Martin Gaye’s song which stemmed from Four Tops member, Renaldo “Obie” Benson who witnessed police brutality and violence committed on anti-war protesters who had been protesting at Berkeley’s People’s Park during “Bloody Thursday”)  is a space to collect a wide range of credible new sources, including local publications that have verified twitter accounts and tweet a link to the news source in a random way and accompanied by a computer generated piece of art. To gather the credible new sources, a journalist friend wrote this article, 10 Journalism Brands Where You Find Real Facts Rather Than Alternative Facts and it gave me a base of news sources to start with.  This article not only provides a  little more insight into these top 10 news sources, but suggests subscribing to your “local newspapers as well.”  This led me to the Library of Congress’s Chronicling America: Historic American Newspapers site to get the whole list of publications around the United States. To combat fake news and get out of the “bubble” is a “lifestyle change” that I hope this artbot can start a conversation on or give empathy for.

 

#1) Collecting Data: I first started collected a list of all the 2017 newspaper publications that were in the Library of Congress’s Chronicling America: Historic American Newspapers‘s records, which I added to an excel file. The problem with this is that there were so many publications for each state and my goal later would be to go through the list and find out whether each news publication has an online website or twitter account that I can add to the Twitter Bot. Because there is so much data (19,165 rows) to parse and click through individually, I did not include it in this current bot. The LOC site did have JSON files to download, but when I checked for a specific publication, I didn’t see it so I didn’t trust the filter searches on the site. Instead, I started with a more smaller and manageable list on national news sources from the article, 10 Journalism Brands Where You Find Real Facts Rather Than Alternative Facts.

#2) Researching different art bots with Generative Art: I initially thought the bot would be a little more whimsical with generated art of a sunrise to go with your morning cup of news, but I couldn’t decipher the code for the softlandscapes bot and tried to find an easier way (with my beginner coding skills) to add the visual images. I did find this nice article on art bots and then I turned to Shiffman’s online Twitter Bot tutorials of creating the images in Processing and bringing it to the node program. This is something that I would like to add to this Twitter Bot, but was unsuccessful in merging it together with my current code. Part of the problem was the spaces in the naming conventions of my folders for the file path.  I need to get in the habit of naming my folders with underlines instead of spaces, because the processing sketch will not work in the terminal.  I also need to rethink an image and learn how to map the data of the “Scoreboard” to an object that will be tweeted along with the news source.

#3) The Coding: I wanted to understand how to search the Twitter API and used Allison Parrish’s in-class example of the “scoreboard” to assign the key word a number rather that retweeting the tweet or the person’s twitter name. I substituted key words to “fake news” vs “real news”. By doing this, the bot and tweets are pretty straightforward giving current tallys of the word usage of ‘REAL NEWS’ vs ‘FAKE NEWS’ with a direct link to the twitter homepages of the news sources to read the ‘REAL NEWS’.

SOURCE CODE:

Illustration Credits: HEADER: Rawpixel Ltd/iStock by Getty; ICON: filo/iStock by Getty

Twitter Bot / Wk 4 / Proposal for Final

I’m still trying to figure out what I want to do for my Twitter Bot Final, but I do know that I want to explore the more visual tweets, like GIFs or an abstraction of an image, like Great Artist (@greatartbot) and soft landscapes (@softlandscapes).

After watching Christoph Niemann story on Netflix’s Abstract, I was thinking that my final project bot could be an art task reminder, to give an art exercise of the day, similar to Art Assignment Bot (@artassignbot). However in the tweeted instructions, I would have the bot pick a random everyday object, like “banana” or “coffee” for a person to use in their art exercise.

!

A post shared by Christoph Niemann (@abstractsunday) on

I’m also curious about viewing specific moments through hashtags and understanding how to use the Twitter APIs after seeing Thomas Dworzak, a Magnum photojournalist’s ‘instagram book collection‘ at the International Center of Photography’s Perpetual Revolution: The Image and Social Change exhibit. Dworzak explored hashtags on instagram to capture his screen shots of the hashtag and created a series of books documenting that moment. Seeing and hearing the thought process behind this art piece, makes think about how we get so many different perspectives of a moment through social media and photos and how can we push the awareness further.

Twitter Bot / Wk 3 & 4 / A Bot that Responds

MIDDAY TRAIN
The idea for “Midday Train” was inspired by the story behind Gladys Knight and the Pips’s “Midnight Train to Georgia“. The writer, Jim Weatherly originally titled the song “Midnight Plane to Houston” after a conversation with Farrah Fawcett (who was dating his friend, Lee Majors) about taking a midnight plane to Houston and visit family. It was later changed to “Midnight Train to Georgia” for Cissy Houston and was later sung by Gladys Knight. My original plan was to list of all the towns and cities in the United States and not just the major cities, so a person can imagine taking a train to all these places during the day, preferably during the 9-5 work hours. I eventually will gather that list of all the cities and towns, but for now I just used Darius Kazemi’s JSON file on US Cities.

As for adding the responsiveness to this bot, some parts work, but others don’t and I’m still in the midst of debugging my error codes like “ReferenceError: followerHandle is not defined”. I also intend to vary the statements more.

UPDATE:
With an extra week to work on this project and Allison’s ‘rollDice‘ in-class tutorial from last week and the simple chatbot example code on GitHub, I was able to randomize the initial tweets more and debug the code for better responsiveness when a user likes, direct messages and retweets. And I learned to use GitHub with a lot of help from a tutor, so the sample code for this bot is available online.

 

(Initial Tweet)

(Response after a user “likes” the twitter entry)

(Response after a user replies to a twitter entry)

(Response after a user follows the bot, but when I tried to change it to a different statement, like “You are welcome to come along,” the user name became “undefined” and the link to the user stopped working)

 

SOURCE CODE:

Twitter Bot / Wk 2 / Iterates, Enumerates, Exhausts

NAMES FROM 1887
Description:
A running list of girl and boy names from 1887. The number afterwards indicates the occurrence of a name in the US’s Social Security records for that year.

……
Data Source: Social Security;
Lettering: iStock by Getty Images, Gleb_Guralnyk;
Source Code:

Twitter Bot / Wk 1 / 5 Bots

For this week’s homework, we needed to make 5 experimental twitter bots. I tried a few different routes with my Twitter bots with both text, lists and emojis.

My 80s Self
Gathered together lists from Google searches of 80s fashion, pop icons, movies, songs, toys and unique food of the moment to see how they would randomly come together to form your 80’s self in this alternative universe.
(source)


. . . . . .
Mindful.Positive.Thought
I was inspired by this DO THINGS BOT as a reminder to do little things that we take for granted. This “Mindful.Positive.Thought” bot attempts to give little pauses from our screen and stresses of everyday.
(source)

. . . . . .
Bad Love Poem
My attempt at poem making using emojis and text. Need to work on my rhymes a lot. Was really inspired to draw with emojis after seeing all the Tiny Gallery bots.
(source)

. . . . . .
Black White Pattern
With this bot, I wanted to see if I could generate patterns with simple shapes and colors or see the randomness of shapes visually.
(source)

. . . . . .
Doc Rhyme Bot
With the idea of children’s book, like Dr. Seuss and Bob Staake books in mind, I wanted to experiment with words and rhymes. The is still a work in progress but the beginning of something to build and play on.
(source)

. . . . . .

Photo Credits: iStock by Getty Images, Jason_V