Skip to content

emtee40/telegram-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-downloader

Download Telegram files from public channels

usage

var tgDownloader = require("./index.js");
await tgDownloader.download(TELEGRAM_LINK,DESTINATION_DIRECTORY);
console.log("Download complete");