Skip to content

Instantly share code, notes, and snippets.

View ngalaiko's full-sized avatar

Nikita Galaiko ngalaiko

View GitHub Profile
@ngalaiko
ngalaiko / tink.py
Created February 21, 2023 07:27
fetch list of transactions from tink api
#!/usr/bin/python3
import json
import webbrowser
from http.server import HTTPServer, BaseHTTPRequestHandler
from datetime import date, time, datetime, timedelta
import argparse
from urllib.parse import urlencode, urlparse, parse_qs
from urllib import request
from decimal import Decimal
@ngalaiko
ngalaiko / next.sh
Last active February 16, 2024 09:35
get the next semver number
#!/bin/bash
set -o errexit
set -o nounset
set -o pipefail
function help() {
local to="$1"
echo "Usage: $0 <version> <bump>" 1>&$to