Skip to content

Instantly share code, notes, and snippets.

View toastedcornflakes's full-sized avatar

toastedcornflakes

View GitHub Profile
@toastedcornflakes
toastedcornflakes / update_papermc.py
Last active April 11, 2020 10:43
A python script to download the latest Paper MC build
#!/usr/bin/env python3
import pickle
import sys
import urllib.request
from shutil import move
import requests
"""