https://github.com/devemperor/aocfeed
Small WearOS app that shows some stats of a player in Advent of Code
https://github.com/devemperor/aocfeed
advent aoc java wearos
Last synced: 4 months ago
JSON representation
Small WearOS app that shows some stats of a player in Advent of Code
- Host: GitHub
- URL: https://github.com/devemperor/aocfeed
- Owner: DevEmperor
- Created: 2022-12-01T16:50:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T08:59:09.000Z (almost 3 years ago)
- Last Synced: 2025-06-04T23:29:46.318Z (4 months ago)
- Topics: advent, aoc, java, wearos
- Language: Java
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# AOCFeed
AOCFeed is a simple WearOS app for devices with API level >= 26. When opened, it shows you your position and a percentage of how high up you are in the leaderboard to a previously set leaderboard in [Advent of Code](https://adventofcode.com).
## Setting up
1. Pull the repository into Android Studio
2. edit "AOCFeed/app/src/main/java/net/devemperor/aocfeed/MainActivity.java":
1. fill in the URL of your leaderbords json file (line 21)
2. fill in a fresh session cookie from you logged in account which has access to this leaderboard (line 22)
3. fill in the user-id of you user, which you can find in the json file of the leaderboard (line 23)
3. connect your watch to Android Studio and run the app