Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielnafuzi/instagram-comments-reader

Bot that reads all comments on an instagram post and returns a list of those who commented the most
https://github.com/gabrielnafuzi/instagram-comments-reader

javascript

Last synced: 2 days ago
JSON representation

Bot that reads all comments on an instagram post and returns a list of those who commented the most

Awesome Lists containing this project

README

        

# Comments Reader Bot 🤖

This project are using NodeJS and [puppeteer](https://pptr.dev/) to get all users who commented on a post and create a list of those who commented the most.

## Installation

Use the package manager [yarn](https://yarnpkg.com/) to install dependencies.

## Install

```bash
yarn
```

## Usage

```bash
node src/index.js
```

![instagram-comments-reader](https://user-images.githubusercontent.com/58908279/88485379-b38bc580-cf4b-11ea-9871-ab2c8b715279.gif)