Skip to content

Instantly share code, notes, and snippets.

View iffybooks's full-sized avatar

Iffy Books iffybooks

View GitHub Profile
@iffybooks
iffybooks / config.yml
Created July 7, 2022 03:45
Example Meshtastic configuration file
# Example Meshtastic configuration file
# Use the following command to update preferences:
# meshtastic --configure config.yml
owner: Iffy_Books
owner_short: IFF
# Change the URL below to match your friends' devices
channel_url: https://www.meshtastic.org/d/#CiQYAyIgvc0rL4ZyTGFD0qE7s2ptf9Mm6QQxXeedO2fpmBZ1xb0
@iffybooks
iffybooks / Quick_LiveJournal_Backup.py
Last active March 9, 2022 15:33
A quick, somewhat inelegant script for downloading your LiveJournal. (It doesn't grab comments, sorry!)
## You'll need to install Wget first:
## https://iffybooks.net/wp-content/uploads/zines/Iffy_Books_Wget_Zine_screen.pdf
import subprocess
import os
import time
import random
## Change directory to the desktop
os.chdir(os.path.expanduser('~/Desktop/'))