Skip to content

ibz/liberatio

Repository files navigation

available scripts

  • flickr_fetch.py - save all Flickr pictures

  • gowalla_fetch.py - use Gowalla API to save all checkins to a local JSON file

  • gowalla_parse.py - parse JSON file generated by gowalla_fetch.py and save all pictures associated to the checkins

  • instagram_fetch.py - use Instagram API to dump a JSON file with all pictures

  • instagram_parse.py - parse the JSON file generated by instagram_fetch.py and save all pictures

  • lastfm_fetch.py - crawl last.fm and save play counts locally

  • lastfm2itunes.py - using file generated by lastfm_fetch.py, set play counts in iTunes

  • lastfm_bootstrap.py - using iTunes play counts, bootstrap a new last.fm account

  • path_fetch.py - save Path moments to a local MongoDB database

  • twitpic_fetch.py - save twitpic.com pictures

  • twitter_fetch.py - fetch tweets using Twitter API and save them to a SQLite DB

  • twitter_load.py - load tweets from a dump file to a SQLite DB. supports dump file from tweetscan.com or cirip.ro API

  • twitter.py - query the SQLite DB generated by twitter_fetch.py or twitter_load.py; currently only has one command: month_count, displays number of tweets for each month

  • web/liberatio.py - web.py app to browse locally stored information

About

Liberate your data from various services: Flickr, Gowalla, Instagram, last.fm, Path, Twitpic, Twitter. Probably obsolete by now.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages