Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 548 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 548 Bytes

py-facebook-feed

Install

virtualenv env -ppython3
. env/bin/activate
pip install -r requirements.txt
python main.py

Access token

Make sure that FB_TOKEN env variable is set to the proper access token.

For iterating over Instagram feed you need the FB access token with the instagram_basic right.