{ "info": { "author": "Nathan Jhaveri", "author_email": "jhaveri@umich.edu", "bugtrack_url": null, "classifiers": [], "description": "=================\ndjango-fbrealtime\n=================\n\nA simiple django app to integrate with facebook realtime updates.\n\n\nRequirements\n============\ndjango 1.4 or later\n\nInstallation\n============\n\n1. ''pip install django-fbrealtime''\n\n2. Add 'fbrealtime' to your list of INSTALLED_APPS in settings.py\n\n3. Add FACEBOOK_API_SECRET FACEBOOK_VERIFY_TOKEN to settings.py\n\n4. Add url(r'', include('fbrealtime.urls')), to URLConf\n\nUse\n===\nSubscribe to fbrealtime.signals.data_imported signal\n\n from django.dispatch import receiver\n import fbrealtime.signals.fb_update\n\n @recciver(fbrealtime.signals.fb_update)\n def fb_update_handler(sender, **kwargs):\n # update is a dictionary of updates from facebook\n update = kwargs.get('update') \n ...", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/n8j/django-fbrealtime", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-fbrealtime", "package_url": "https://pypi.org/project/django-fbrealtime/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-fbrealtime/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/n8j/django-fbrealtime" }, "release_url": "https://pypi.org/project/django-fbrealtime/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Django app for receiving realtime facebook updates", "version": "0.1.0" }, "last_serial": 789628, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "721cee3ffbff7e96ef069da41fb31bb0", "sha256": "93a53544f6d565ef428cb88ace5148f9d44ec3a5cf99d387cff5db630b3b8b90" }, "downloads": -1, "filename": "django-fbrealtime-0.1.0.tar.gz", "has_sig": false, "md5_digest": "721cee3ffbff7e96ef069da41fb31bb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2007, "upload_time": "2013-05-01T06:10:58", "url": "https://files.pythonhosted.org/packages/54/ee/dfe6d61c149b57d2c6c94d594bca5a6493192b5c531b82a898c972e679db/django-fbrealtime-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "721cee3ffbff7e96ef069da41fb31bb0", "sha256": "93a53544f6d565ef428cb88ace5148f9d44ec3a5cf99d387cff5db630b3b8b90" }, "downloads": -1, "filename": "django-fbrealtime-0.1.0.tar.gz", "has_sig": false, "md5_digest": "721cee3ffbff7e96ef069da41fb31bb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2007, "upload_time": "2013-05-01T06:10:58", "url": "https://files.pythonhosted.org/packages/54/ee/dfe6d61c149b57d2c6c94d594bca5a6493192b5c531b82a898c972e679db/django-fbrealtime-0.1.0.tar.gz" } ] }