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

https://github.com/emmmatech/circle-json-parser

Gets user information from the Disney Circle by parsing a JSON file
https://github.com/emmmatech/circle-json-parser

cpp cpp17 disney-circle json

Last synced: 2 months ago
JSON representation

Gets user information from the Disney Circle by parsing a JSON file

Awesome Lists containing this project

README

          

# Circle-Json-Parser

## DISCLAMIER

I am not in any way related to MeetCircle. This is just a small program I made in my free time.

In short, this downloads a locallly stored JSON file from the Disney Circle. It then parses the file using Json for Modern C++ and gives some possibly important information.

The information it gives at the moment is the following:
- What Categories are blacklisted (under time limits)
- When the bedtime limit starts/ends (if there is one)
- Category usage for today
- Speific website usage for today

There are a few delays before the next amount of information is given. This is on purpose so you have time to read the info.

## CREDITS

Meetcircle for making the Disney Circle device

Nlohmann and contributors for making Json for Modern C++

Curl contributors for making curl