Skip to main content

simple facebook parsing

Project description

travis-img zuckup ====== simple facebook parsing

Install

pip install zuckup

Test

Requires nose

nosetests

Usage

zuckup comes with three utilities: insights, page, and page_stats

Insights

NOTE: To get facebook insights data you must first have an access token that has necessary credentials to view this data.

import zuckup

for post_stats in zuckup.insights(page_id='nytimes'):
  print post_stats

Page Posts

import zuckup

for post in zuckup.page(page_id='nytimes')
  print post

Page Stats

import zuckup

page_stats = zuckup.page_stats(page_id='nytimes')

Authentication

zuckup will automatically connect to the facebook api via facepy if you have FB_APP_ID and FB_APP_SECRET set as environmental variables.

Alternatively, you can connect beforehand and pass in this connection via the kwarg conn:

import zuckup

conn = zuckup.connect(app_id='12345', app_secret='678910')

page_stats = zuckup.page_stats(page_id='nytimes', conn=conn)
print page_stats

Finally, if you want to connect with just an access token, say one acquired from a user authenticating to your app, pass in access_token to any of the methods:

import zuckup

conn = zuckup.connect(app_id='12345', app_secret='678910')

page_stats = zuckup.page_stats(page_id='nytimes', access_token='a-users-access-token')
print page_stats

Project details


Download files

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

Source Distribution

zuckup-0.0.3.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

zuckup-0.0.3.macosx-10.9-intel.exe (69.9 kB view details)

Uploaded Source

File details

Details for the file zuckup-0.0.3.tar.gz.

File metadata

  • Download URL: zuckup-0.0.3.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for zuckup-0.0.3.tar.gz
Algorithm Hash digest
SHA256 ff785c19c1b528b3fa0dd89b21531db4b2e95ae71cf0c63cdcd2bd46efa0d928
MD5 d66973c16f9253ed65baec52e95e5236
BLAKE2b-256 ee470e5f87f67fe7c3004e046a09333a227add8b33661d1909967a998deb6069

See more details on using hashes here.

File details

Details for the file zuckup-0.0.3.macosx-10.9-intel.exe.

File metadata

File hashes

Hashes for zuckup-0.0.3.macosx-10.9-intel.exe
Algorithm Hash digest
SHA256 cb355c42adebbdbc7001549e458ae5730af588014a4e3db3afa58bf8b41fbff5
MD5 7738b2ca6979415a0f9d7ac81312c12f
BLAKE2b-256 a94f9adf1d3f7fc1aa147b1218e8200eb7d03dbdd1482a92af63528641dd3764

See more details on using hashes here.

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