https://github.com/eggplants/gettake
Get and save images from webcomicgamma
https://github.com/eggplants/gettake
binb-viewer cli downloader manga manga-downloader
Last synced: about 1 year ago
JSON representation
Get and save images from webcomicgamma
- Host: GitHub
- URL: https://github.com/eggplants/gettake
- Owner: eggplants
- License: mit
- Created: 2024-04-21T02:41:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T02:00:08.000Z (about 1 year ago)
- Last Synced: 2025-05-01T03:18:31.057Z (about 1 year ago)
- Topics: binb-viewer, cli, downloader, manga, manga-downloader
- Language: Python
- Homepage: http://egpl.dev/gettake/
- Size: 907 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# gettake
[](
) [](
) [](
) [](
) [](
)
[ ](
)
Get and save images from [webcomicgamma](https://webcomicgamma.takeshobo.co.jp)
_Note: Redistribution of downloaded image data is prohibited. Please keep it to private use._
## Install
```bash
pip install gettake
```
OR:
```bash
pipx install gettake
```
## Run
```shellsession
$ gettake https://webcomicgamma.takeshobo.co.jp/manga/madeinabyss/
[+] Target: https://webcomicgamma.takeshobo.co.jp/manga/madeinabyss/
[+] Host: webcomicgamma.takeshobo.co.jp
[+] Slug: madeinabyss
[+] 0072 chapter(s) found!
[-] Now: '001' [0001 / 0072] .....saved!
[-] Now: '002' [0002 / 0072] .....saved!
[-] Now: '003' [0003 / 0072] .....saved!
...
[+] Done!
$ tree -dL 1 ./madeinabyss
./madeinabyss
├── 001
├── 002
├── 003
...
└── 067
73 directories
```
## Help
```shellsession
$ gettake -h
usage: gettake [-h] [-d DIR] [-o] [-q] [-V] url
Get and save images from webcomicgamma.
positional arguments:
url target url
options:
-h, --help show this help message and exit
-d DIR, --save-dir DIR
directory to save downloaded images (default: .)
-o, --overwrite overwrite (default: False)
-q, --quiet keep stdout quiet (default: False)
-V, --version show program's version number and exit
available urls:
- https://webcomicgamma.takeshobo.co.jp
```
## License
MIT