Skip to content

A CLI tool to download One Piece Tube Mangas locally or to your telegram chat

Notifications You must be signed in to change notification settings

maikpro/cli_opt_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[CLI] One Piece Mangadownloader

How to use it?

  1. Set up your .env -> create .env from .env.example with your telegram token and chat id
  2. Run go build to create an .exe
  3. use ./mangadownloader.exe -list -local -telegram
    • -list: show list of all manga chapter from OPT
    • -local: downloads chapters locally
    • -telegram: send chapterpages to your Telegram chat

.env.example

# How to get Bot Token? -> https://core.telegram.org/bots#how-do-i-create-a-bot
TELEGRAM_BOT_TOKEN = <YOUR_TELEGRAM_API_TOKEN>

# How to get Chat ID? -> https://stackoverflow.com/a/38388851
# https://api.telegram.org/bot<TOKEN>/getUpdates
TELEGRAM_CHAT_ID=<Your_ChatId>

Features

  • create a cool cli prompt to use different commands:
  • chapterNumber: select chapterNumber directly
  • list: show list of all manga chapter from OPT
  • local: for downloading chapters locally
  • send chapterpages to your Telegram chat

Demo

Demo

About

A CLI tool to download One Piece Tube Mangas locally or to your telegram chat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages