InstaClient 1.0.3

dotnet add package InstaClient --version 1.0.3
NuGet\Install-Package InstaClient -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="InstaClient" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InstaClient --version 1.0.3
#r "nuget: InstaClient, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install InstaClient as a Cake Addin
#addin nuget:?package=InstaClient&version=1.0.3

// Install InstaClient as a Cake Tool
#tool nuget:?package=InstaClient&version=1.0.3

InstaClient

This library let you some features to manipulte Instagram without API. First of all it's for getting base from geotegs and etc and making auto(liking/following).

For Start:

  • Create new exemplar of InstaRestClient class;

Main Functions are:

Login(Login,Password)

  • You must be logined first;
  • Use your login and password to get a csfr;

GetUserInfo (Login)

  • You can load information about user;
  • Get ID, photos, check profile for private;

FollowById(string id) and LikeById(string id)

  • If you want to like you must to know photo ID;
  • Follow similar with like,but you must to know "user_ID";

Added New Methods!

FollowByLogin(string Login) and LikeBySC(string Login,string ShortCode)

  • If you want to like you just need Shortcode to photo and owner's Login;
  • Follow now need just User's login;

Uploadphoto(string caption,string path)

  • for Uploading photo to account you need know path to photo and use caption or put empty string to caption parameter;
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 1,341 1/30/2018
1.0.2 1,169 11/2/2017