Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivajichalise/tcbdwn
Simple bash script to download manga from tcbscans.com
https://github.com/shivajichalise/tcbdwn
anime manga manga-downloader tcb tcbscans
Last synced: about 1 month ago
JSON representation
Simple bash script to download manga from tcbscans.com
- Host: GitHub
- URL: https://github.com/shivajichalise/tcbdwn
- Owner: shivajichalise
- License: gpl-3.0
- Created: 2024-02-22T18:05:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T17:03:07.000Z (10 months ago)
- Last Synced: 2024-02-24T17:48:31.706Z (10 months ago)
- Topics: anime, manga, manga-downloader, tcb, tcbscans
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tcbdwn
# **tcb** **d**o**wn**loada simple bash script to scrape the tcbscans site to download manga
> NOTE: it requires `curl`, `fzf`, `soffice`, `pdfunite` and `wget` to run and uses GNU Core Utilities commands `grep`, `awk`, `sed`, `head`, `tail`, `find` etc.
> NOTE: if you are on mac be sure to replace every head command with ghead (GNU version of head) as the default head available in mac doesn't support negative number
## Installing
For the current user:
```
curl https://raw.githubusercontent.com/shivajichalise/tcbdwn/main/tcbdwn > ~/usr/local/bin/tcbdwn && chmod +755 ~/usr/local/bin/tcbdwn
```Or simply copy the `tcbdwn` file to a location in your `$PATH` and make it executable.
## Usage
- just run the script and it'll ask required input
```sh
tcbdwn
```## How it works
this script scraptes the tcbscans.com site, downloads every image from the given url, converts them into pdf and merges every pdf into a single one
## Self-Promotion
Star the repository on [Github](https://github.com/shivajichalise/tcbdwn)
Follow [shivajichalise](http://shivajichalise.com.np) on [Github](https://github.com/shivajichalise)