A Flask application to fetch random waifu images from waifu.im.
Clone the repo:
git clone https://github.com/katolik163/randomwaifu.git
cd randomwaifu
Create and activate virtual environment then install dependencies:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Run application:
flask run --host 0.0.0.0 --port 80 --debug