πΈ Anime Image Updater - DocumentationπΈ
π Overview
The Anime Image Updater is a Flask-powered application that dynamically updates an anime image at regular intervals. It prevents aggressive caching and ensures that a fresh anime girl image is always displayed. This app is designed for deployment on Vercel, making it easy to serve updated images without manual refreshes.
π Features
- πΌοΈ Dynamic Anime Image Updates** - Automatically updates the image at fixed intervals.
- π‘οΈ Cache-Busting** - Prevents old images from being served due to browser caching.
- π API Endpoint** - Provides an easy-to-use endpoint to fetch the latest anime image.
- βοΈ Vercel Deployment Support** - Optimized for quick and free hosting on Vercel.
π Installation
To run the app locally, follow these steps:
1οΈβ£ Clone the Repository
git clone https://github.com/rakinplaban/photo-store-repo.git
cd photo-store-repo
2οΈβ£ Install Dependencies
Ensure you have Python 3 installed. Then install required dependencies:
pip install -r requirements.txt
3οΈβ£ Run the Flask App
python app.py
The server should now be running at:
http://127.0.0.1:5000/
π API Endpoints
πΌοΈ Get Updated Anime Image
Endpoint:GET /anime-image
Description: Returns the latest anime image with cache-busting enabled.
Example Usage:
<img src="http://127.0.0.1:5000/anime-image?t=123456" alt="Anime Image">
π Deployment on Vercel
Deploy the app on Vercel for free:
1οΈβ£ Install Vercel CLI
npm install -g vercel
2οΈβ£ Initialize Vercel
vercel init
Follow the prompts to set up your project.
3οΈβ£ Deploy π
vercel --prod
Your app will be live at
https://your-vercel-app.vercel.app/anime-image
.
π °οΈ Wanna some anime magic π«
Add this markdown snippet
ππΌ 
or this one
ππΌ <img src="https://animemagic.vercel.app/anime-image?t=123456" alt="Anime" height="" width="">
and your README is ready to go with anime fun.
π Support & Contribution
If you love this project, consider:
- β Starring the repository
- π΄ Forking it and adding more anime magic
- π Suggesting improvements or reporting issues
π License
This project is licensed under the MIT License. Feel free to use it, but don't forget to give credit! π