Skip to content

Instantly share code, notes, and snippets.

View yuxincs's full-sized avatar
💡
Ideas survive in your memory, implementations do not.

Yuxin Wang yuxincs

💡
Ideas survive in your memory, implementations do not.
  • Uber
  • New York City
  • 06:19 (UTC -04:00)
View GitHub Profile
@yuxincs
yuxincs / mcmanager.py
Last active August 31, 2021 13:09
Minecraft server manager that automatically shuts down / restarts server for inactivity.
import asyncio
import argparse
import logging
import json
from copy import copy
from typing import Optional, Iterable
logger = logging.getLogger(__name__)
# optional setup for optimizations