Skip to content

Instantly share code, notes, and snippets.

View flopp's full-sized avatar

Florian Pigorsch flopp

View GitHub Profile
#!/usr/bin/python
"""Fetches portal data from Ingress."""
import argparse
import json
import logging
import math
import multiprocessing
from multiprocessing import pool