Skip to content

Instantly share code, notes, and snippets.

View RodolfoAntonici's full-sized avatar

Rodolfo Antonici RodolfoAntonici

  • WOM
  • Uberlândia - MG, Brazil
View GitHub Profile
@RodolfoAntonici
RodolfoAntonici / main.py
Last active August 27, 2019 20:00 — forked from bkawakami/main.py
Python Script to ContentStack
from urllib.request import Request, urlopen
import json
import sys
import getopt
import os
def getDataNative(env, loc, key, token, directory):
req = Request(
'https://cdn.contentstack.io/v3/content_types/mobile_translation_poc_/entries/blt9624c908f899c058?environment=%s&locale=%s' % (
env, loc))
//
// Uber.swift
//
// Created by Kirby Shabaga on 9/9/14.
// Modified by Rodolfo Antonici on 14/6/15 at GetIn.
// Copyright (c) 2014 Worxly. All rights reserved.
//
//
import CoreLocation