init commit

This commit is contained in:
Andreas Stephanides
2017-01-14 12:23:04 +01:00
commit 8955bf17f5
32 changed files with 1555 additions and 0 deletions

4
fb.py Normal file
View File

@@ -0,0 +1,4 @@
from src import cfg
import facebook
graph = facebook.GraphAPI(access_token=cfg.fb_token, version='2.3')