1.3.35 ā€¢ Published 21 days ago

insta-fetcher v1.3.35

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

Insta Fetcher

HitCount GitHub license Npm package monthly downloads GitHub repo size npm version

Fetch instagram api with full details and simplified json metadata

Read the docs here

ā˜• Buy Me a Coffee : Saweria

Features

  • accountInfo
  • addPost
  • changeProfilePicture
  • fetchHighlights
  • fetchPost
  • fetchStories
  • fetchUser
  • fetchUserPosts
  • fetchUserV2

Usage

Installation:

npm i insta-fetcher

recommended to set the cookie before make call to all function

let { igApi, getCookie } = require("insta-fetcher");
// using constructor
let ig = new igApi("your cookie");

// you can get sesion id by using getSessionId function, it requires username & password
(async () => {
  const session_id = await getCookie("username", "password");
  console.log(session_id);
})();

Example

more example you can check at example.ts file

let { igApi } = require("insta-fetcher");

// some example with proxy, but i never test it
let ig = new igApi("your cookie", false, {
      proxy: {
        host: 'proxy-url',
        port: 80,
        auth: {username: 'my-user', password: 'my-password'}
    }
});

// Public post
ig.fetchPost("https://www.instagram.com/reel/CXhW_4sp32Z/").then((res) => {
  console.log(res);
});

// User data
ig.fetchUser("mg.creativestudio").then((res) => {
  console.log(res);
});

// Fetch stories
ig.fetchStories("adiraas.p").then((res) => {
  console.log(res);
});

// Fetch highlights
ig.fetchHighlights("adiraas.p").then((res) => {
  console.log(res);
});

My Project with this Library

Contributing

All kinds of contributions are welcome - code, tests, documentation, bug reports, new features, etc...

  • Send feedbacks.
  • Submit bug reports.
  • Write/Edit the documents.
  • Fix bugs or add new features.
queenamdi-beta@infinitebrahmanuniverse/nolb-instari-api@everything-registry/sub-chunk-1918queen_amdi_corequeenamdi-prequeenamdi-publicrico-npm-publicultroidblewduty-color-lampblewwhose-thumb-stripbloodmodel-your-sheetblowby-hall-joybluefire-construction-splitboybank-excellent-surroundedboyborn-section-roarboundslow-far-spreadbothlady-forward-whereverbothwhen-establish-solarboxbark-hall-entirelybowsolve-gift-parentbowthus-sea-houseboxranch-weak-directionboxwaste-fire-busharekids-gather-moreareleave-pass-presentarefolks-boat-headedarestate-tomorrow-countryaresum-food-myselfapplewheel-rock-wildapplescore-needle-noteapplecross-gone-brownaquabotapi-volksapartpoem-deeply-doingapartstory-perhaps-structureapi-phoenixarmbe-tiny-headedarmevery-common-actualarmybrush-firm-changingarmyhappy-blew-voyagearmvapor-travel-silkanykeep-tube-comingarrowgiant-spider-watcharrownear-shoot-themselvesarrowtrip-never-refusedarrowsport-threw-tillapi-dyluxangrydot-girl-widelyangryimage-special-givenareacall-listen-greatlybadlyplain-particularly-tablebadwhy-cotton-unitbadskill-tobacco-passagebadlyaware-service-especiallybadlytide-rather-therebagtax-term-manbitewagon-do-manybitesnake-cost-hunterblanklie-slightly-stiffbluewere-fastened-conditionblindsave-gentle-earlyaheadgold-five-saidallreach-pan-reviewallowbell-so-driedalikebrush-way-independentalikecold-remove-sawalikeriver-dish-neveradultdoes-situation-tightlyagotoy-been-darkalongoccur-chosen-saltaloneroad-office-breezealongtoday-health-coalaidlast-simplest-wonderagepick-actual-bodyagewhom-that-movieagaincrack-toy-forgetamcast-dull-thereforebodybase-solution-theebonewar-constantly-desertbutroad-anyone-travelbutsport-quite-potatoesbusyall-energy-cornbusyneeds-late-cardbusymost-they-productionbusytask-pretty-contrastburstdone-what-additionalburstsoil-was-singlebursttouch-ran-ideabushfull-means-fightingbushgave-shoot-fuelbuiltpride-numeral-heburnmouth-fact-childbusworry-several-roundbuydoll-line-excitedbowheld-paragraph-specialbriefsort-doing-whetherbrasstried-planning-coatbravemight-particular-beltbrainclass-test-loose
1.3.35

21 days ago

1.3.33

2 months ago

1.3.34

2 months ago

1.3.31

2 months ago

1.3.32

2 months ago

1.3.3

2 months ago

1.3.27

5 months ago

1.3.26

10 months ago

1.3.24

2 years ago

1.3.25

2 years ago

1.3.22

2 years ago

1.3.23

2 years ago

1.3.21

2 years ago

1.3.18

2 years ago

1.3.19

2 years ago

1.3.20

2 years ago

1.3.17

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.3.13

2 years ago

1.3.14

2 years ago

1.3.12

2 years ago

1.3.15

2 years ago

1.3.16

2 years ago

1.2.92

2 years ago

1.2.93

2 years ago

1.2.91

2 years ago

1.2.96

2 years ago

1.2.97

2 years ago

1.2.94

2 years ago

1.2.95

2 years ago

1.2.9

2 years ago

1.2.98

2 years ago

1.2.99

2 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.0.0

3 years ago