Genera firmas RetroAchievements automáticamente usando GitHub Actions + GitHub Pages.
En GitHub:
Settings → Secrets and variables → Actions
Agregar:
- RA_USERNAME
- RA_API_KEY
Modificar en app.py:
USERS = [
"TU_USUARIO"
]Puedes agregar varios usuarios.
Settings → Pages
Seleccionar:
- Deploy from branch
- main
- /(root)
Actions → Generate RA Signatures → Run workflow
https://TUUSUARIO.github.io/REPO/users/usuario.png
El workflow corre cada 30 minutos.
- Python
- Pillow
- GitHub Actions
- GitHub Pages