Personal online activity aggregator for Django http://code.google.com/p/agroapp
Find a file
Camron Flanders 5b56dfd395 Merge pull request #2 from blturner/master
Merging changes from blturner:
Preparing agro for setup.py / easy_install, fixed some bugs. Added the license.
2012-03-08 03:28:55 -08:00
agro moved app files in preparation for setup.py-ification 2012-03-07 01:30:23 -08:00
.gitignore editing ignore file 2009-03-10 17:18:20 -05:00
LICENSE added license 2012-03-07 20:51:50 -08:00
README.markdown formatting readme 2009-03-10 17:30:24 -05:00

AGRO

Aggregates personal online activity with plug-in based architecture.

Agro is a small, streamlined, simple feed/activity aggregator. The (released) feature set is simple, but with the ability to write your own plugins, the possibilities are endless. If you do write a plug-in, let me know and I'll include it in a source repo here.

BUILT-IN

Twitter, flickr, last.fm and delicious.

INSTALL

Check the settings wiki page on how to 'install' agro. Default sources require.


CHANGELOG

09/08/2008

Can now use signed calls to get non-public data, original_secret, etc from non-CC licensed photos! Set up an API_Key, and visit this page.

08/19/2008

Command line arguments!

The ability to update only certain sources was added a while back, but now we can force update.
see the wiki page

08/07/2008

Can now aggregate for multiple accounts on every plugin!

08/05/2008

Template tags added. 2 template tags have been added. see the wiki page.


agro is developed on django trunk and is inspired by jellyroll (from Jacob Kaplan-Moss).