Skip to content

Instantly share code, notes, and snippets.

View rikkaneko's full-sized avatar
🎯
Focusing

りっか rikkaneko

🎯
Focusing
View GitHub Profile
@rikkaneko
rikkaneko / get_warp_url.py
Created February 15, 2024 08:16
get_warp_url.py
import argparse
import io
import pathlib
import requests
from urllib.parse import urlparse, parse_qs, urlencode, urlunparse
parser = argparse.ArgumentParser()
parser.add_argument('gamedata_dir', action='store',
help='Specifiy the game data directory')
{
"builds": [
{
"src": "src/index.js",
"use": "@vercel/node"
},
{
"src": "static/**",
"use": "@vercel/static"
}