Lucy Chambers

Lucy is a free range "tech-translator", blogging about her work at http://techtohuman.com/. Formerly, Lucy worked for Open Knowledge leading School of Data, co-editing the Data Journalism Handbook and coordinating the OpenSpending community.

More Reading

Post navigation

8 Comments

  • Hi! Thank you so much for this awesome tutorial. I was wondering if you could help me with the following. I am having problems with implementing

    “The first thing we want to do is to split the tweet into words – we can do so by entering (.split value “ “) into the expression field (make sure your language is still clojure)”

    I follow the procedure precisely and refine fails to create the “array” column with information in it. It gives me this message “Create new column Array based on column Text by filling 0 rows with clojure:(.split value ” “)” . Any ideas why this may be happening of how can I fix it in order to proceed?

    • Yannis, Sorry for the late reply.

      Refine indeed can’t handle arrays – you’ll need to continue the expression as in the tutorial (don’t execute it, just add to it).

  • Argh! This wonderful tutorial worked only days ago, but now Twitter has changed its API and I get this error when putting in the #ijif url to get JSON back:

    {“errors”: [{“message”: “The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.”, “code”: 68}]}

    Can you help? I’d really love to get through this tutorial to the end!

    • Unfortunately Twitter has changed it’s API – we’ll work on converting this to the new API (it’ll require Authentication so there is a chance it wouldn’t work anymore with refine)…

      • The Twitter API change to require authentication is a real pain and has broken ‘get started’ tutorials all over the web.

        One of the easiest solutions that I think still works for harvesting stuff from Twitter search is probably to use Martin Hawksey’s Google Spreadsheets Twitter archiver – http://mashe.hawksey.info/2013/02/twitter-archive-tagsv5/

  • I everybody guys, I’m quite honoured to contribute, on this wonderful space, to the development of skills and abilities related with the data-journalism across the world.

    I write to suggest another possible tool to work with Twitter API. It is an instrument quite simplier than the process made by Michael Bauer, but it is also less able to go as deep in the analysis as the Michael’s one.

    Just take a look to http://mashe.hawksey.info/2013/02/twitter-archive-tagsv5/ to make yourself an idea about the tool’s potential….I hope you will find it useful!!

Leave a Reply

Your email address will not be published. Required fields are marked *

back to top