From 0d5bfef8bf5ea817111107d7eaa2c40be9cf6d95 Mon Sep 17 00:00:00 2001 From: Vinta Date: Fri, 4 Jul 2014 15:25:14 +0800 Subject: [PATCH] add new section: News Feed --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b844283..af6a29a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [Template Engine](#template-engine) - [Queue](#queue) - [Search](#search) + - [News Feed](#news-feed) - [Asset Management](#asset-management) - [Caching](#caching) - [Email](#email) @@ -373,6 +374,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [solrpy](https://code.google.com/p/solrpy/) - A Python client for [solr](http://lucene.apache.org/solr/). * [Whoosh](http://whoosh.readthedocs.org/) - A fast, pure Python search engine library. +## News Feed + +*Libraries for building user's activities.* + +* [Feedly](https://github.com/tschellenbach/Feedly) - A library which allows you to build newsfeed and notification systems using Cassandra and/or Redis. +* [django-activity-stream](https://github.com/justquick/django-activity-stream) - Generate generic activity streams from the actions on your site. + ## Asset Management *Tools for managing, compressing and minifying website assets.*