Skip to content

Instantly share code, notes, and snippets.

View frankiesimon's full-sized avatar

Frankie Simon frankiesimon

View GitHub Profile
import requests
import json
import datetime
headers = {
"Content-Type": "application/json",
"Accept": "application/json"
}
params = {
"api_token": "TAKE ME FROM APPSFLYER"
}