public
Description: iPhone app written in Django & iUI which displays the movies currently playing in Singapore
Homepage: http://poundbang.in/cinepura/
Clone URL: git://github.com/mallipeddi/cinepura.git
Harish Mallipeddi (author)
Sun Apr 13 04:38:35 -0700 2008
commit  f0cf3c95d34433e80d24d61ee9c7bb3fb75ec0fb
tree    9ae715bf28dfcea9ffd54cd563453b15016f2576
parent  5d01db40585ef3a2c71a51c398dffe627db0de98
name age message
file .DS_Store Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
file .gitignore Sun Apr 13 04:36:49 -0700 2008 Added README and LICENSE [Harish Mallipeddi]
file LICENSE Sun Apr 13 04:38:35 -0700 2008 Added README and LICENSE [Harish Mallipeddi]
file README Sun Apr 13 04:38:35 -0700 2008 Added README and LICENSE [Harish Mallipeddi]
file __init__.py Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
file daily.py Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
directory data/ Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
directory iphone/ Sun Apr 13 04:36:49 -0700 2008 Added README and LICENSE [Harish Mallipeddi]
file local_settings_harish-mallipeddis-macbook_local.py Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
file local_settings_yemi_asmallorange_com.py Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
file manage.py Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
file settings.py Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
directory static_media/ Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
directory templates/ Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
file urls.py Sun Apr 13 03:59:38 -0700 2008 initial import [Harish Mallipeddi]
README
Cinepura v0.1
Copyright (c) 2008 Harish Mallipeddi
All rights reserved.

Cinepura is an iPhone web application written using Django and iUI. It helps the users find out which movies are 
currently playing in cinemas in Singapore. Yahoo! Singapore Movies is crawled daily using a cron script and the output 
is dumped as JSON into a file. You can check out the app at http://poundbang.in/cinepura/

Dependencies
  * Install pyimdb
  * Install BeautifulSoup
  * Django (latest trunk)

Contact developer
  * Email - harish.mallipeddi@gmail.com
  * Website - http://poundbang.in