Apollo-bot | Data Concierge

Sydney

Team Updates

def reply(user_id, msg):
resp = requests.post("https://graph.facebook.com/v2.6/me/messages",
params={"access_token": fb_AT},
data=json.dumps({
"recipient": {"id": user_id},
"message": {"text": msg}
}),
headers={'Content-type': 'application/json'})
view raw gistfile1.txt hosted with ❤ by GitHub
ltfschoenLuke Schoen
NASA Logo

SpaceApps is a NASA incubator innovation program.