Skip to content

Instantly share code, notes, and snippets.

View lukeaschenbrenner's full-sized avatar

Luke Aschenbrenner lukeaschenbrenner

View GitHub Profile
@jwoglom
jwoglom / data.py
Created October 13, 2020 02:35
Download Perusall readings as PDF
title = "The title of the article"
urls="""
<image URLs scraped from the page>
"""
@csrutil
csrutil / apikeys
Last active June 26, 2024 07:54
Chromium API Keys
# Download from
# http://security.debian.org/debian-security/pool/updates/main/c/chromium-browser/chromium-browser_60.0.3112.78-1~deb9u1.debian.tar.xz
# API keys assigned to Debian by Google for access to their services like sync and gmail.
# *nix
export GOOGLE_API_KEY="AIzaSyCkfPOPZXDKNn8hhgu3JrA62wIgC93d44k"
export GOOGLE_DEFAULT_CLIENT_ID="811574891467.apps.googleusercontent.com"
export GOOGLE_DEFAULT_CLIENT_SECRET="kdloedMFGdGla2P1zacGjAQh"
# OSX