Skip to content

Instantly share code, notes, and snippets.

View GarmOfGnipahellir's full-sized avatar

Henrik Melsom GarmOfGnipahellir

View GitHub Profile
@GarmOfGnipahellir
GarmOfGnipahellir / main.py
Last active June 5, 2020 08:41
GFDA Wallpaper Downloader
from urllib import request
color = 'red'
resolution = '5120x2880'
for i in range(1000):
filename = f'{i}-{color}_{resolution}.jpg'
url = f'https://cdn.shopify.com/s/files/1/0201/8578/files/{filename}'
try:
print(f'trying: {url}')
{
"version": "15.17.0",
"homepage": "https://fasterthanlime.itch.io/butler",
"url": "https://broth.itch.ovh/butler/windows-amd64/15.17.0/archive/default#butler-windows-amd64.zip",
"bin": "butler.exe"
}
@GarmOfGnipahellir
GarmOfGnipahellir / orbit.json
Last active November 9, 2019 12:37
Scoop App Manifest for Orbit: https://github.com/gulien/orbit
{
"version": "3.2.0",
"homepage": "https://github.com/gulien/orbit",
"url": "https://github.com/gulien/orbit/releases/download/v3.2.0/orbit_Windows_x86_64.zip",
"bin": "orbit.exe"
}