Skip to content

Instantly share code, notes, and snippets.

@rootulp
rootulp / export_foursquare_checkins.py
Last active June 13, 2020 01:38 — forked from dlo/export_foursquare_checkins.py
Download all your Foursquare checkins with Python.
# Before running this script execut the following command:
# $ pip install requests
# To run this script execute:
# $ python export_foursquare_checkins.py
import requests
import json
url_template = 'https://api.foursquare.com/v2/users/self/checkins?limit=250&oauth_token={}&v=20131026&offset={}'
# If you navigate to https://developer.foursquare.com/docs/explore, Foursquare
@rootulp
rootulp / docker-compose.yml
Last active November 26, 2021 05:45 — forked from tedder/docker-compose.yml
helium validator + watchtower (with consensus check) + exporter
# Source: https://gist.github.com/tedder/e40460e92adbff07f6890806e12eb444
# launch: docker-compose up -d
version: "3.7"
services:
validator:
image: quay.io/team-helium/validator:latest-validator-amd64
container_name: validator
init: true
restart: always
ports:

0x02888f73b3f6eabee8e2f6588f5580b79bf228b088d1180da4807e2e8b9b70f8