{"id":22624704,"url":"https://github.com/barrettotte/anilist-esp8266","last_synced_at":"2026-04-14T23:31:22.745Z","repository":{"id":114088879,"uuid":"256619381","full_name":"barrettotte/Anilist-ESP8266","owner":"barrettotte","description":"A small Friday night project to use an ESP8266 to query Anilist GraphQL API and display profile data on a mini OLED.","archived":false,"fork":false,"pushed_at":"2020-05-20T16:35:41.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T13:13:26.055Z","etag":null,"topics":["anilist-api","arduino","arduino-wifi","esp8266"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barrettotte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-17T22:06:15.000Z","updated_at":"2021-11-27T05:19:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae8308a8-9f74-4384-b459-a80ea352a470","html_url":"https://github.com/barrettotte/Anilist-ESP8266","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FAnilist-ESP8266","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FAnilist-ESP8266/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FAnilist-ESP8266/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FAnilist-ESP8266/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrettotte","download_url":"https://codeload.github.com/barrettotte/Anilist-ESP8266/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246131335,"owners_count":20728303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anilist-api","arduino","arduino-wifi","esp8266"],"created_at":"2024-12-09T00:17:30.658Z","updated_at":"2026-04-14T23:31:17.716Z","avatar_url":"https://github.com/barrettotte.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anilist-ESP8266\n\nA small Friday night project to use an ESP8266 to query Anilist GraphQL API and display profile data on a mini OLED.\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/20200418_150318.jpg\" alt=\"OLED output\" width=\"75%\" height=\"75%\"/\u003e\n\u003c/p\u003e\n\n## Purpose\nI haven't touched any Arduino stuff in a couple years, so I figured I needed a fun refresher before tackling a different project. This small project was used to learn more about [PlatformIO](https://platformio.org/) and HTTP requests on ESP8266.\nI used the Anilist API for this because I've already used it in a couple other weekend projects and it is super easy to mess around with.\n\n\n## Configuration\nMy small brain couldn't figure out loading secrets with [PlatformIO advanced scripting](https://docs.platformio.org/en/latest/projectconf/advanced_scripting.html#construction-environments), so I just setup a separate header file called **anilist8266_config.h**.\nIts still plaintext credentials though...I think it works good enough for a messaround project.\n```c\n/* include/anilist8266_config.h */\n\n#ifndef ANILIST8266_CONFIG_H\n#define ANILIST8266_CONFIG_H\n\nconst char *_ANILIST_USER = \"user\";\n\nconst char *_WIFI_SSID = \"SSID\";\nconst char *_WIFI_PWD  = \"PASSWORD\"; \n\n#endif\n```\n\n\n## References\n* [Arduino ESP8266HTTPClient Examples](https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266HTTPClient/examples)\n* [Arduino JSON Examples](https://arduinojson.org/v6/example/)\n* [Arduino JSON Assistant](https://arduinojson.org/v6/assistant/)\n* [Introduction to PlatformIO](https://www.youtube.com/watch?v=0poh_2rBq7E)\n* [PlatformIO](https://platformio.org/)\n* [PlatformIO IDE Extension](https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide)\n* [Anilist Interactive GraphQL Tool](https://anilist.co/graphiql)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrettotte%2Fanilist-esp8266","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarrettotte%2Fanilist-esp8266","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrettotte%2Fanilist-esp8266/lists"}