Skip to content

๐Ÿ– Chromeless-based service for interacting with Instagram. Think of replacement for API but without restrictions.

License

Notifications You must be signed in to change notification settings

Royharel2233/chromeless-instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

chromeless-instagram

Chromeless based service for interacting with Instagram. Think of replacement for API but without restrictions.

Installation

Install via npm:

npm install chromeless-instagram --save

or via git clone:

git clone https://github.com/RafalWilinski/chromeless-instagram
cd chromeless-instagram
npm install

Usage

Login to your account and get user photos:

const Instagram = require("../build/lib/index");

async function run() {
  const session = new Instagram();
  const stats = await session.login("username", "password");
  const photos = await session.getMyPhotos();

  console.log(stats, photos);
}

run();

Contributing

TBD

License

MIT Licensed. Copyright (c) Rafal Wilinski 2017.

About

๐Ÿ– Chromeless-based service for interacting with Instagram. Think of replacement for API but without restrictions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published