Skip to content

A library for fetching stats from Instagram on your arduino

License

Notifications You must be signed in to change notification settings

piketres/arduino-instagram-stats

 
 

Repository files navigation

arduino-instagram-stats

Get Instagram stats directly on your Arduino!

Instagram Library Example

Check out the examples for how to use it, API key needed.

This library is getting the data directly from Instagram, and it is now using their API. In order to retrieve the needed token and ig-user-id you can check here: https://www.youtube.com/watch?v=9UCyRyJyZAo

Changelog

Version 1.1

  • Using facebook API
  • (Eisbaeeer 20210120)
  • updated lib to ArduinoJson Version 6

Conversion to Facebook Graph-API from piketres

Installation

Install from the Arduino Library Manager or download the Zip from here and add that way.

Currently Supports:

User Data

  • Follower Count

Supported Boards:

Tested Boards:

  • ESP8266
  • ESP32

Should/Could Work:

  • WiFi101 Boards (MKR1000 etc)

Won't Work

  • Ethernet Shields (they do not support HTTPS)

About

A library for fetching stats from Instagram on your arduino

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.7%
  • Shell 2.3%