ritikranjan12 / InstaFetcher

The project appears to be a Node.js application that interacts with the Instagram Graph API to fetch media details for a user's Instagram account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstaFetcher

The project appears to be a Node.js application that interacts with the Instagram Graph API to fetch media details for a user's Instagram account. It uses the axios library for making HTTP requests and the dotenv library for loading environment variables from a .env file. The main function initiates the data fetching process by calling the getMediaID function, which fetches the media IDs and their details. The fetchdetails function fetches the details for a specific media item, and the getMediaDetails function fetches the details for multiple media items. The fetched media details are then printed to the console.

Table of Contents

Installation

  1. Clone the repository.
  2. Install the dependencies using npm install.

Usage

  1. Configure the necessary environment variables.
  2. Run the application using node index.js.

Features

  • Feature 1: Get Media Details and captions of Users Post.

Contributing

Contributions are welcome!

License

This project is licensed under the MIT License.

About

The project appears to be a Node.js application that interacts with the Instagram Graph API to fetch media details for a user's Instagram account.

License:MIT License


Languages

Language:JavaScript 100.0%