Skip to content

django app for dumping an entire json entry into a single field

Notifications You must be signed in to change notification settings

estherbester/just_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version 0.2 (11/19/2010)
Esther Nam

This is a Django app that grabs JSON and XML feeds from various services --
script.py will grab the feed of a given service, parse it as best it can, and save each posted item as an Entry -- dumping all the data comprising that entry into a single field as a string.  

DEPENDENCIES:
- Django 1.2+
- json module
- feedparser module


TO INSTALL:
Just drop the folder into a Django project, add it to your settings.INSTALLED_APPS, and run "./manage.py syncdb"

TO SYNC:
In script.py, modify the ServiceFeed instantiation to whatever service you want to run.

As of right now, it can read Flickr, Twitter, and YouTube feeds. 

About

django app for dumping an entire json entry into a single field

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages