loading...

12 Gen 2017
Save the Arctic Glacier and Amazon Forest

Maybe it's too late to save them..

Is possible to save something that we are losing forever in millions of gigabytes of redundant database???

As we well know in the last century the Arctic Circle is increasingly dissolving and deteriorating, due to the rising temperature. Some people think that this is due to the world industrialization that causes CO2 emissions in the air, and there are those who think that this is one of the natural cycles of the nature of our planet, but doesn't matter… maybe It's too late to save the Arctic Glaciers, but this bot aims to save some pieces in a database...

Save The Arctic Glacier is a project bot created for the microblogging platform Twitter. Every 30 minutes the bot publishes an image of the Arctic Circle, which is retrieved in a database of more thousand screenshots, previously made on google maps thanks to some automated scripts, it also calculates the size of the square kilometers relative to the images map saved. To make it more interactive it thanks those who follow him and who mentions it in their publications or comments. After being loaded on twitter, pictures go automatically on a Tumblr account, that it provides to create an artistic collage.


Development details

This project makes use of a variety of technologies to do their jobs.
To create screenshots I used two python script found on the web:

Geometry.py
GetGoImages.py

The first script creates a .csv file with the Arctic Circle coordinates of longitude and latitude; the second script works with Google Maps API that download all the images relating to the coordinates given before.

After that we have the scripts for the twitter bot created by me with node.js:

This is the Bot that loads the images collected on twitter with the relatives hashtags and the size in square kilometers.

Bot.js

Then we have two scripts concerning the interaction, the first, thanks those who follow the account, and the second thanks those who mentions:

Follow.js
Tweet.js

The node.js scripts for the bot are running on a Raspberry Pi.

To forward the images on Tumblr I used https://ifttt.com, a platform for the automation of social networks.

Twitter Account

Save the Arctic Glacier

Save the Amazon Forest

Code Repositories