Skip to content

Wrapper library over InstagramApiSharp provides a simple functionality for parsing and downloading media from instagram.

Notifications You must be signed in to change notification settings

Quikler/InstaService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaService

InstaService is a wrapper over InstagramApiSharp library. Library provides a simple functionality for parsing and downloading media from instagram.

To start working with library you should add using statement:

using InstagramService.Classes;

Then declare an instance of InstagramService class:

// configure your api first
IInstaApi api = InstaApiBuilder.CreateBuilder().Build();
var service = new InstagramService(api);

Classes:

  1. InstaMediaProcessor - a class to work with instagram media.
  2. InstaStreamProcessor - a class to grab a stream/streams from specified instagram media uri.

Models:

  1. InstaMediaInfo - represents a model of media with info only. Info is just simple url of media
  2. InstaMediaStream - represents a model of media with stream data and info.

Installation

Install it from Nuget using dotnet CLI:

dotnet add package InstaService

About

Wrapper library over InstagramApiSharp provides a simple functionality for parsing and downloading media from instagram.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages