Skip to content

Commit

Permalink
added readme and workspace files
Browse files Browse the repository at this point in the history
  • Loading branch information
arg0s committed Sep 11, 2012
1 parent bea9f62 commit c280ccb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Amul.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Amul.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions README.md
@@ -0,0 +1,20 @@
Overview
--------

Simple app that displays Amul 'topical' cartoons over the years, that was first built over a weekend in early 2010 while I was learning Obj-C. The app was downloaded far more times that I'd expected - several thousands every month, but I didnt get a chance to update it until now. This is a dedication to Dr Kurien of Amul, who passed away in September 2012. I'm opening up the code so that other contributors who like the Amul cartoon ads can join in to help enhance it.

Scraper
=======
Worker task that scrapes the image and caption data off the Amul site, and dumps it in a JSON feed. Workers currently run off Heroku, and dump the feed on S3. Uses BeautifulSoup to parse the content & work through a linked list of pages to propagate data upwards.

The scraper code is located in a separate repo here: https://github.com/arg0s/amulet.git


App
===
iOS app that lets you browse the cartoons, and provides a nifty picker to go back and forth across the years all the way back to 1976.

TODO
----
* Wire the greatest hits to the Google Analytics feed and key off top content
* Offer a random cartoon of the day, and an ability to personalize/share with friends

0 comments on commit c280ccb

Please sign in to comment.