I am looking for a way to look for specific tweets from a limited geographical region, store them in a database and export a .csv or .xml file...to perform some basic data analysis and visualize stuff with Processing... anybody who can help?
I am trying to render and save a movie in Processing and - since I would prefer to do it on Ubuntu - I am trying to use the GSVideo library...but i can't figure out why it doesn't work...
not even the DrawingMovie example is working.
i get these errors:
processing.app.debug.RunnerException: UnsatisfiedLinkError: Unable to load library 'glib-2.0': libglib-2.0.so: cannot open shared object file: No such file or directory
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: Unable to load library 'glib-2.0': libglib-2.0.so: cannot open shared object file: No such file or directory
do you have any ideas of what the resean(s) could be?