{ "info": { "author": "Christian Koepp, Norbert Wiedermann", "author_email": "christian.koepp@tum.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries" ], "description": "# FacebookSearch\n[![Build](https://api.travis-ci.org/ckoepp/FacebookSearch.png?branch=master)](https://travis-ci.org/ckoepp/FacebookSearch/branches) [![Downloads](https://pypip.in/d/FacebookSearch/badge.png)](https://crate.io/packages/FacebookSearch/) [![PyPI version](https://pypip.in/v/FacebookSearch/badge.png)](https://crate.io/packages/FacebookSearch/)\n\nThis library is in a very early stage of development and due to this there no documentation available (besides the source itself :p).\n\n## Usage\nHowever, if you would like to have a glimpse this is what you've got to do:\n```python\nfrom FacebookSearch import *\nimport pprint\n\ntry:\n fbo = FacebookSearchOrder()\n fbo.setKeywords('NSA')\n\n fb = FacebookSearch(client_id='123', client_secret='I_really_do_like_spiderman_undies')\n # or even: FacebookSearch(access_code='NoNeedToCreateOne')\n\n # don't worry if it takes its time - you'll get 500 records\n # (this is the maximum amount of records you're able to get from Graph API)\n for info in fb.searchGraphIterable(fbo):\n pprint.pprint(info)\n\nexcept FacebookSearchException as e:\n print(e)\n```\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ckoepp/FacebookSearch", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "FacebookSearch", "package_url": "https://pypi.org/project/FacebookSearch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/FacebookSearch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ckoepp/FacebookSearch" }, "release_url": "https://pypi.org/project/FacebookSearch/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "A Python library to easily iterate public information found by the Facebook Graph API", "version": "0.0.3" }, "last_serial": 831430, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "32d19e825bb4270e8f9d8b064f4643e6", "sha256": "257dc43b26644ebd01e30955b290d147711026beff528c2976d75334c409fbf7" }, "downloads": -1, "filename": "FacebookSearch-0.0.1.tar.gz", "has_sig": false, "md5_digest": "32d19e825bb4270e8f9d8b064f4643e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3763, "upload_time": "2013-07-14T15:02:37", "url": "https://files.pythonhosted.org/packages/93/5d/7929ba5073a642f60a071e19083c8d4bbb9e6b8942f1f0dec151ef1f22cb/FacebookSearch-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "73d6f9133456d9b4a898f1df6e40c2e7", "sha256": "07f2025f59df5ce7488086023d2ceff94842c4852dc5f1d9b5763afe63d8fdb1" }, "downloads": -1, "filename": "FacebookSearch-0.0.2.tar.gz", "has_sig": false, "md5_digest": "73d6f9133456d9b4a898f1df6e40c2e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5861, "upload_time": "2013-07-31T13:59:06", "url": "https://files.pythonhosted.org/packages/f5/32/a632ccbfebd740c259fd2c042a27f8a829a32319e014233ceabf2b3c3784/FacebookSearch-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "81d7ca1d2a570813aa49226d1a88155e", "sha256": "bcd5b31af245b65a0a0ca470edb934b48e32955aa5f87b64a733fec39ff57c7a" }, "downloads": -1, "filename": "FacebookSearch-0.0.3.tar.gz", "has_sig": false, "md5_digest": "81d7ca1d2a570813aa49226d1a88155e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6016, "upload_time": "2013-08-03T08:56:40", "url": "https://files.pythonhosted.org/packages/b0/54/6fbe2264f185cd813c073874315bb1248bdbf48ebbb784f51d7fdf6aa216/FacebookSearch-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "81d7ca1d2a570813aa49226d1a88155e", "sha256": "bcd5b31af245b65a0a0ca470edb934b48e32955aa5f87b64a733fec39ff57c7a" }, "downloads": -1, "filename": "FacebookSearch-0.0.3.tar.gz", "has_sig": false, "md5_digest": "81d7ca1d2a570813aa49226d1a88155e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6016, "upload_time": "2013-08-03T08:56:40", "url": "https://files.pythonhosted.org/packages/b0/54/6fbe2264f185cd813c073874315bb1248bdbf48ebbb784f51d7fdf6aa216/FacebookSearch-0.0.3.tar.gz" } ] }