Skip to content

Commit d9f6ffd

Browse files
authored
ci: sunset 3.8 & bump janda (#11)
* ci: sunset 3.8, use 3.12 * ci: unittest build * docs: update readme * deps: bump janda * chore: remake assets * chore(release): 3.7.1-alpha * ci: test workflows * cii * ci: proper cli setuptools
1 parent 84fbd14 commit d9f6ffd

File tree

16 files changed

+41
-22
lines changed

16 files changed

+41
-22
lines changed

.github/workflows/3hentai.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- name: Install Python 3
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
python -m pip install --upgrade pip setuptools wheel
22+
python -m pip install -r requirements.txt
2223
python setup.py install
2324
- name: Download book
2425
run: tomoe --three 608979

.github/workflows/asmhentai.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- name: Install Python 3
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
python -m pip install --upgrade pip setuptools wheel
22+
python -m pip install -r requirements.txt
2223
python setup.py install
2324
- name: Download book
2425
run: tomoe --asmhentai 311851

.github/workflows/bulk_download.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- name: Install Python 3
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
python -m pip install --upgrade pip setuptools wheel
22+
python -m pip install -r requirements.txt
2223
python setup.py install
2324
- name: Download from external list
2425
run: tomoe --bulk doujin.json

.github/workflows/hentai2read.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- name: Install Python 3
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
python -m pip install --upgrade pip setuptools wheel
22+
python -m pip install -r requirements.txt
2223
python setup.py install
2324
- name: Download book
2425
run: tomoe --hentai2read chaldea_life/1

.github/workflows/hentaifox.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- name: Install Python 3
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
python -m pip install --upgrade pip setuptools wheel
22+
python -m pip install -r requirements.txt
2223
python setup.py install
2324
- name: Download book
2425
run: tomoe --hentaifox 59026

.github/workflows/nhentai.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
- name: Install Python 3
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
21+
python -m pip install --upgrade pip setuptools wheel
2122
python -m pip install -r requirements.txt
2223
python setup.py install
2324
- name: Download book

.github/workflows/pdf.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- name: Install Python 3
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
python -m pip install --upgrade pip setuptools wheel
22+
python -m pip install -r requirements.txt
2223
python setup.py install
2324
- name: Download book with pdf render
2425
run: tomoe --nhentai 255369 --pdf

.github/workflows/pururin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
- name: Install Python 3
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
21+
python -m pip install --upgrade pip setuptools wheel
2122
python -m pip install -r requirements.txt
2223
python setup.py install
2324
- name: Download book

.github/workflows/simply.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- name: Install Python 3
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
python -m pip install --upgrade pip setuptools wheel
22+
python -m pip install -r requirements.txt
2223
python setup.py install
2324
- name: Download book
2425
run: tomoe --simply "fate-grand-order/fgo-no-ashibon-fgo-foot-book/all-pages"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://github.com/sinkaroid/tomoe/wiki"><img width="500" src="https://cdn.discordapp.com/attachments/952117487166705747/1013588505919762443/tomoe_.png" alt="tomoe"></a>
2+
<a href="https://github.com/sinkaroid/tomoe/wiki"><img width="500" src="https://raw.githubusercontent.com/sinkaroid/tomoe/refs/heads/master/resources/project/images/tomoe_.png" alt="tomoe"></a>
33

44
<h3 align="center">An exalted doujinshi downloader with ease.</h3>
55
<p align="center">
@@ -57,7 +57,7 @@ Tomoe consumes [Jandapress](https://github.com/sinkaroid/jandapress) and uses [j
5757
- Minimalist dependencies
5858
- Download with ease, doesn't require you a lot of arguments
5959

60-
<img src="https://cdn.discordapp.com/attachments/997107089921028136/1014351915578040380/tomoe_.png" width="600" alt="tomoe">
60+
<img src="https://raw.githubusercontent.com/sinkaroid/tomoe/refs/heads/master/resources/project/images/tomoe_cli.png" width="600" alt="tomoe">
6161

6262
## Site support
6363

0 commit comments

Comments
 (0)