Skip to main content

A Python library to easily iterate public information found by the Facebook Graph API

Project description

# FacebookSearch
[![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/)

This library is in a very early stage of development and due to this there no documentation available (besides the source itself :p).

## Usage
However, if you would like to have a glimpse this is what you've got to do:
```python
from FacebookSearch import *
import pprint

try:
fbo = FacebookSearchOrder()
fbo.setKeywords('NSA')

fb = FacebookSearch(client_id='123', client_secret='I_really_do_like_spiderman_undies')
# or even: FacebookSearch(access_code='NoNeedToCreateOne')

# don't worry if it takes its time - you'll get 500 records
# (this is the maximum amount of records you're able to get from Graph API)
for info in fb.searchGraphIterable(fbo):
pprint.pprint(info)

except FacebookSearchException as e:
print(e)
```

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FacebookSearch-0.0.3.tar.gz (6.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page