2022-02-14 09:14:44 +05:30
2020-03-19 08:07:47 +05:30
2020-04-21 09:34:37 +05:30
2020-03-19 12:01:43 +05:30
2020-03-19 08:07:47 +05:30
2020-04-21 09:34:37 +05:30
2020-03-19 12:01:43 +05:30
2020-03-19 08:06:24 +05:30
2020-04-21 09:34:37 +05:30
2020-03-19 08:07:47 +05:30
2020-03-19 15:37:48 +05:30

ig-data-count

About

Instagram allows one to get their data downloaded. This tool, is to see the number of messages passed between people, right from that json file present in the data downloaded.

This is not intended to be a real and functional tool which has an actual use, and rather, is an experiment on async await programming in JS,and JSDoc type enforcment.

Setup

Might need sudo to link (Hint: nvm users do not need sudo)

npm i
npm link

Usage

Print to console

igdc -i messages.json

Create a markdown file table

igdc -i messages.json -o output.md
Description
Read a Instagram message backup to view stats.
Readme MIT 85 KiB
Languages
JavaScript 100%