Skip to content

Instantly share code, notes, and snippets.

View pofeng's full-sized avatar

Pofeng Lee pofeng

View GitHub Profile
@pofeng
pofeng / fbfeed2csv.py
Last active January 1, 2018 19:13 — forked from yuzawa-san/fbfeed2csv.py
fbfeed2csv: a tool to download all posts from a user/group/page's facebook feed to a csv file
"""
modified for Python 2.7 and unicode
get your goup id at https://lookup-id.com/
get your acess token at https://developers.facebook.com/tools/explorer/
fork from
fbfeed2csv: a tool to download all posts from a user/group/page's facebook feed to a csv file
yuzawa-san
https://github.com/yuzawa-san
"""