49cd62da1da82e920c4b9fa9d88d5eb0f8f4ed10
stella
💧 A server reimplementation for that one pinball gacha game (you know, that one)
Getting Started
First, run the following command to init the sqlite database into ./db.sqlite
swift run stella migrate
Then, run mitmproxy
using the following command from the root of this project
mitmproxy -s ./mitm-redirect-traffic.py
For more instructions on how to set up mitmproxy, refer to it's documentation.
Then, start the server by running the following command
swift run stella serve
Things mostly dont work right now, I'm working on it
Description
Languages
Swift
87.8%
Dockerfile
6.9%
Python
4.8%
Shell
0.5%