FOSSASIA
loklak: Write a bash shell script which retrieves tweets from loklak.org
loklak.org provides tweet timelines as JSON data when you send a html request to loklak.org/api/search.json?q=fossasia (i.e. to search for fossasia). Your task is, to write a bash shell script which can be called like "./search.sh fossasia" and that returns all tweet text lines, one tweet text string in every output line. You get the text line from statuses[].text from the JSON output. Submit your result as git pull request to https://github.com/loklak/loklak_server/tree/master/bin
Task tags
Students who completed this task
Pol Baladas, seadog007