mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
a5ab4b6c56
1 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# Itchio Downloader Tool
|
||||
|
||||
## Install
|
||||
```bash
|
||||
pip install git+https://github.com/emersont1/itchio
|
||||
```
|
||||
## Download All Games in library from account
|
||||
|
||||
```bash
|
||||
|
|
@ -18,4 +21,4 @@ python -m itchio.downloader --api-key=KEYHERE
|
|||
python -m itchio.downloader
|
||||
```
|
||||
|
||||
This is a bit of a bodge, but it works. It essentially goes through and clicks the "Download" link on every item on the bundle's page, which adds it to your itchio library. It does not download any files. You will need the download page's URL (this will be in the bundle's email, and possibly your purchase history). It will not work with 2FA, and I'm unlikely to be able to fix it without making it far more complicated
|
||||
This is a bit of a bodge, but it works. It essentially goes through and clicks the "Download" link on every item on the bundle's page, which adds it to your itchio library. It does not download any files. You will need the download page's URL (this will be in the bundle's email, and possibly your purchase history). It will not work with 2FA, and I'm unlikely to be able to fix it without making it far more complicated
|
||||
|
|
|
|||
Loading…
Reference in a new issue