Skip to content

Instantly share code, notes, and snippets.

# -*- coding: UTF-8 -*-
"""
Combining the Repustate API with the SurveyMonkey API to understand open ended
responses.
"""
import requests
import json
SM_HOST = 'https://api.surveymonkey.net'