Installation: git clone https://github.com/DataShades/ckanext-twitterview.git, activate CKAN virtualenv, python setup.py develop. Add ‘twitter_view’ to ckan.plugins in config file: ckan.plugins = twitter_view. Add to default_views: ckan.views.default_views = twitter_view. Configuration: ckan.twitter.max_feeds_count = 10 (optional - if not set, shows 20 tweets by default with ‘Load more’ button). ckan.twitter.exclude_replies = False (optional - set to True to exclude retweets). Creating Twitter Resources: At resource create form, enter ‘Twitter Feed’ in Format field and Twitter profile URL in URL field (e.g., https://twitter.com/ckanproject where ‘ckanproject’ is the username). Testing: Configure test databases per CKAN docs (http://docs.ckan.org/en/latest/contributing/test.html), update password in sqlalchemy.url in test-core.ini, add config options to test.ini, set correct path to test-core.ini (use = config:/usr/lib/ckan/default/src/ckan/test-core.ini), run: nosetests –with-pylons=test.ini –nologcapture –rednose -s -x -v –reset-db. Python 2.6-2.7 supported. Dependencies: None listed.