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
- Host: GitHub
- URL: https://github.com/emmmatech/circle-json-parser
- Owner: EmmmaTech
- Created: 2021-03-17T17:01:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T17:12:21.000Z (over 5 years ago)
- Last Synced: 2025-02-01T12:08:25.332Z (over 1 year ago)
- Topics: cpp, cpp17, disney-circle, json
- Language: C++
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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