Python tool to download and extract assets from the Panini FIFA Collection web application.
It creates a guest session, retrieves the current game data, downloads Unity/WebGL resources, and exports stickers, album assets, metadata, and reports.
- Automatic guest session
- Manifest and configuration download
- Unity sticker bundle extraction
- PNG sticker export
- Golden sticker support
- Deluxe/Cosmic-style generation
- WebGL asset extraction
- Album resource extraction
- UPDATE bundle export
- Sticker status queries
- JSON reports
- Download retries and progress tracking
- Python 3.9+
- requests
- UnityPy
- Pillow
Install:
pip install requests UnityPy Pillowpython panini.pypython panini.py --action allpython panini.py --action stickerspython panini.py --action albumpython panini.py --action extraspython panini.py --action status --ids 257 258 259Custom output:
python panini.py --action all --out collectionOverwrite files:
python panini.py --action all --overwriteRemove Unity bundles after extraction:
python panini.py --action stickers --delete-bundlesExample:
panini_2026_download/
├── stickers_png/
├── deluxe/
├── update_set/
├── album/
├── webgl_assets_png/
├── sticker_extraction_report.json
├── webgl_assets_report.json
└── download_info.json
The tool:
- Starts a new guest session.
- Downloads the current configuration.
- Extracts Unity assets using UnityPy.
- Maps resources to sticker data.
- Extracts WebGL and album files.
- Generates reports.
Game resources and endpoints may change over time.
Some visual effects, such as golden or premium styles, may be generated by Unity shaders and are recreated as approximations when needed.
This project is intended for analyzing and exploring the asset structure of Panini FIFA Collection.