mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2025-10-31 13:16:03 +01:00
1
API Keys
Dragoon Aethis edited this page 2022-06-12 14:34:03 +02:00
To download games, itch-dl uses a mix of webpage scraping and calling official itch APIs - for the latter to work, a valid API key is required to authenticate requests. Each key is roughly equivalent to full access to a single Itch account - do not share them with other people!
- You can create or look up existing API keys on itch.io.
- Only
webkeys can be used by itch-dl - do not use existingdesktoporwharfkeys. - You can save your key as
api_keyin the configuration file for easy access. - You can also provide it with the
--api-keyargument toitch-dl.