Get Instagram stats directly on your Arduino!
Check out the examples for how to use it, no API key needed.
This library is getting the data directly from Instagram, but it is not using their API. The API is pretty complicated to get access tokens for but I found some information here for a way to get JSON from public facing pages.
Install from the Arduino Library Manager or download the Zip from here and add that way.
Requires Json Streamer Parser by squix78, which can also be installed from the library manager.
- Follower Count
- ESP8266
- ESP32
- WiFi101 Boards (MKR1000 etc)
- Ethernet Shields (they do not support HTTPS)