faruken/aio-tinder

View on GitHub
aiotinder/settings.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-


HEADERS = {
    "User-Agent": "Tinder/6.3.0 (iPhone; iOS 10.0.2; Scale/2.00)",
    "Content-Type": "application/json",
    "os_version": "100000000002",
    "platform": "ios",
    "app-version": "1783",
    "x-client-version": "63009"
}

API_URL = "https://api.gotinder.com/"