Skip to content

Instantly share code, notes, and snippets.

@dirkjanfaber
dirkjanfaber / authenticator_code.py
Created June 14, 2021 07:46
Fetch the authenticator code so it is usable in a script.
#!/usr/bin/env python3
import authenticator as a
import os
def get_code():
cd = (a.data
.ClientFile(
os.environ['AUTHENTICATOR_PASSWORD'])
@emisjerry
emisjerry / templater-generate-links.md
Last active May 25, 2022 15:45
Obsidian Templater script: generate note for browser links #obsidian #templater