telegram_photo_gallery_downloader

Crates.iotelegram_photo_gallery_downloader
lib.rstelegram_photo_gallery_downloader
version0.0.2
sourcesrc
created_at2024-01-10 15:18:41.251463
updated_at2024-01-12 14:56:05.004392
descriptionTelegram photo gallery downloader
homepage
repositoryhttps://github.com/kingwingfly/telegram-photo-gallery-downloader-rs
max_upload_size
id1095304
size52,919
王翼翔 (kingwingfly)

documentation

https://docs.rs/telegram_photo_gallery_downloader

README

On telegram, there are many groups share pictures or photos through gallery in links like https://telegra.ph/xxx, and usually you want to download them for they are so beautiful and useful.

Crate

This can be used as a crate;

features:

  • indicatif: to show the process bar, turned on by default

CLI

Run cargo build --release to build the CLI.

$ telegram_photo_gallery_downloader -h
A downloader for telegram photo gallery

Usage: telegram_photo_gallery_downloader --dir <DIR> [URLS]...

Arguments:
  [URLS]...  URLS of telegram graph gallery

Options:
  -d, --dir <DIR>  Directory to save the images
  -h, --help       Print help
Commit count: 0

cargo fmt