2024-08-16 21:12:57 +10:00
2024-04-27 14:40:32 +02:00
2024-04-28 21:53:25 +02:00
2024-08-16 15:35:16 +10:00
2024-08-14 10:24:11 +02:00
2024-08-16 15:30:23 +10:00
2024-08-14 10:24:11 +02:00
2024-04-26 23:25:20 +02:00
2024-08-16 09:34:40 +02:00
2024-08-16 21:12:57 +10:00

buildin

to build this goddamn thingie, run make SERVER_ADDRESS=https://...
e.g. make SERVER_ADDRESS=https://3ds.web.page/submit (this is not an actual valid url i hope)

hostin

app.py is a super small flask app that listens for post request on /submit, saves essential as essential_<discordname>.exefs and prints the discord username to stdout.
to retrieve an essential, you can use the retrieve api, which requires a password
you can set that password in config.ini
an example is provided, but needs to be renamed to config.ini obv
use gunicorn, e.g. gunicorn -w 1 app:app. I use venv to set stuff up:
python3 -m venv .venv
. .venv/bin/activate
pip install flask gunicorn flask_httpauth
gunicorn -w 1 app:app

credit

gruetzig made this, eip forked it and is providing access to it via nintendohomebrew resources

S
Description
No description provided
Readme MIT 185 KiB
Languages
C 43.3%
Makefile 36.9%
Python 11.2%
HTML 8.6%