This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import datetime | |
import json | |
import requests | |
from requests_oauthlib import OAuth2Session | |
from oauthlib.oauth2 import BackendApplicationClient | |
from config import client_id, client_secret, refresh_token | |
def run(): |
OlderNewer