A funny ip-geolocation website that incorporates memes into web security awareness.
Feel free to create a pull-request improving the code (or expanding on it!)
If you'd like to submit a new meme please make sure you read the below!
- Upload the font to
static/fonts/
as a.ttf
(or use an existing one). - Upload the video to
static/videos/
as a.mp4
. - Add the video settings to
src/config/ip_memes.json
with the appropriate information! - Create a pull request with your changes!
- Python3.12
- Packages listed in
requirements.txt
python3.12 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd src
uvicorn router:app
ORgunicorn -c gunicorn_conf.py
- lol.uwu.gal - A live version of this repro.
- git.uwu.gal/lol.uwu.gal - A quicklink to this repro