Skip to content

munstein/instagram-download-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

InstagramDownloadMachine - C# Instagram video and image downloader

This library contains two straightforward methods:

  1. Download(string url)- that returns a Stream from the downloaded file.

Usage: var stream = await instagramDownloadMachine.Download(yourUrl);

  1. DownloadToPath(string url, string path) - that downloads the file to the specified path and file name included.

Usage: await instagramDownloadMachine.DownloadToPath(yourUrl, yourPathName);

About

C# Instagram video and image downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages