Skip to content

Instantly share code, notes, and snippets.

View Technicolor-creamsicle's full-sized avatar
:shipit:

Alex Technicolor-creamsicle

:shipit:
View GitHub Profile
@Technicolor-creamsicle
Technicolor-creamsicle / patreonDownloaderSorter.py
Last active May 23, 2021 00:05
A quick script I made to sort patreon posts downloaded to be sorted in to folders by id and delete posts that dont have images associated with them.
import shutil
import os
def main():
path = os.getcwd()
files = os.listdir(path)
for file in files:
src = os.path.join(path, file)
dest = os.path.join(mk_dest(file), file[9:])
@Technicolor-creamsicle
Technicolor-creamsicle / ccdl.command
Created March 17, 2021 02:20 — forked from ayyybe/ccdl.command
Adobe Offline Package Generator v0.1.2 (macOS only)
#!/bin/bash
CYAN="$(tput bold; tput setaf 6)"
RESET="$(tput sgr0)"
clear
if command -v python3 > /dev/null 2>&1; then
if [ $(python3 -c "print('ye')") = "ye" ]; then
clear

Keybase proof

I hereby claim:

  • I am technicolor-creamsicle on github.
  • I am technicallyalex (https://keybase.io/technicallyalex) on keybase.
  • I have a public key ASAdkGBG0uPM1KLn0uz6M3Ds9-08nNKuloigNCWLdxqM4Qo

To claim this, I am signing this object: