Skip to content

gerlad/django-infochimps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##django-infochimps

This simple Django application retrieves Twitter metrics provided by Infochimps and graphs them using the Google Chart API. To learn about the Infochimp TrstRank (TR) and TrstQuotient (TQ) scores, please visit Infochimps.

Requirements

To run this you'll need Django 1.1.1 or greater. Check your version:

>> import django    
>> django.VERSION   
(1, 1, 1, 'final', 0)   

If necessary, install or upgrade Django:

$ pip install Django==1.1.1 

You also need infochimpy

$ git clone [email protected]:gerlad/infochimpy.git 
$ cd infochimpy  
$ python setup.py install    

Then git and run:

$ git clone [email protected]:gerlad/django-infochimps.git 
$ cd django-infochimpy  
$ python manage.py runserver    

About

A simple Django app that uses infochimpy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages