Skip to content

Instantly share code, notes, and snippets.

View Lynnesbian's full-sized avatar
🐰

Lynne Lynnesbian

🐰
View GitHub Profile
#!/usr/bin/env bash
# check to make sure everything we need is installed
dependencies=(curl jq xz gpg sha256sum)
for dep in "${dependencies[@]}"; do
if ! which $dep &> /dev/null; then
echo "This script requires $dep to be installed and available on your PATH."
exit 1
fi
done
#!/usr/bin/env python3
# toot downloader version two!!
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
from mastodon import Mastodon
from os import path
from bs4 import BeautifulSoup
import os, sqlite3, signal, sys, json, re, shutil
@Lynnesbian
Lynnesbian / fup.go
Created January 13, 2019 02:27
my screenshot script(s)
package main
import (
"flag"
"fmt"
"os"
"os/exec"
"path/filepath"
"regexp"
)

Keybase proof

I hereby claim:

  • I am Lynnesbian on github.
  • I am lynnesbian (https://keybase.io/lynnesbian) on keybase.
  • I have a public key whose fingerprint is 09AE 695C F64D 0B70 D010 2EA9 FB7B 9703 03AC E499

To claim this, I am signing this object:

package main
import (
"flag"
"fmt"
"regexp"
"strings"
)
func main() {
/* ==UserStyle==
@name iqdb enhanced
@namespace gist.github.com/Lynnesbian/4461a82e9d3602f66c01676c29137db5
@version 1.0.0
@license MPLv2
@author @lynnesbian@deadinsi.de
==/UserStyle== */
@-moz-document domain("iqdb.org") {
body {
@Lynnesbian
Lynnesbian / mastodon-embiggened.user.css
Last active November 5, 2018 06:33
Makes mastodon a lil bigger
/* ==UserStyle==
@name Mastodon Embiggened
@namespace gist.github.com/Lynnesbian/3ae710e264d90cd70b3283b84d5d04cf
@version 1.0.8
@license MPLv2
@author @lynnesbian@deadinsi.de
==/UserStyle== */
/*feel free to suggest more URLs to be added!*/
@-moz-document domain("deadinsi.de"), domain("mastodon.social"), domain("girlcock.club"), domain("switter.at"),