Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Panini FIFA Collection Downloader

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.

Features

  • 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

Requirements

  • Python 3.9+
  • requests
  • UnityPy
  • Pillow

Install:

pip install requests UnityPy Pillow

Usage

Interactive mode

python panini.py

Run everything

python panini.py --action all

Stickers

python panini.py --action stickers

Album resources

python panini.py --action album

WebGL extraction

python panini.py --action extras

Sticker status

python panini.py --action status --ids 257 258 259

Options

Custom output:

python panini.py --action all --out collection

Overwrite files:

python panini.py --action all --overwrite

Remove Unity bundles after extraction:

python panini.py --action stickers --delete-bundles

Output

Example:

panini_2026_download/
├── stickers_png/
├── deluxe/
├── update_set/
├── album/
├── webgl_assets_png/
├── sticker_extraction_report.json
├── webgl_assets_report.json
└── download_info.json

How It Works

The tool:

  1. Starts a new guest session.
  2. Downloads the current configuration.
  3. Extracts Unity assets using UnityPy.
  4. Maps resources to sticker data.
  5. Extracts WebGL and album files.
  6. Generates reports.

Notes

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages