# FacebookSearch
[](https://travis-ci.org/ckoepp/FacebookSearch/branches) [](https://crate.io/packages/FacebookSearch/) [](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)
```
[](https://travis-ci.org/ckoepp/FacebookSearch/branches) [](https://crate.io/packages/FacebookSearch/) [](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)
```
Release files for FacebookSearch 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| FacebookSearch-0.0.3.tar.gz | 6.0 kB | Details |
Release files / FacebookSearch-0.0.3.tar.gz
| Download URL | FacebookSearch-0.0.3.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bcd5b31af245b65a0a0ca470edb934b48e32955aa5f87b64a733fec39ff57c7a
|
|
BLAKE2b-256 checksum How to use checksums |
b0546fbe2264f185cd813c073874315bb1248bdbf48ebbb784f51d7fdf6aa216
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |