{"id":18736557,"url":"https://github.com/crazyvito11/duostats","last_synced_at":"2026-04-05T23:32:26.952Z","repository":{"id":239498287,"uuid":"627569877","full_name":"CrazyVito11/duostats","owner":"CrazyVito11","description":"Simple website that gets some more detailed stats from Duolingo","archived":false,"fork":false,"pushed_at":"2025-10-26T22:15:19.000Z","size":1220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T00:24:28.437Z","etag":null,"topics":["docker","docker-compose","duolingo","duolingo-api","expressjs","language-learning","typescript","user-statistics","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CrazyVito11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-04-13T18:35:22.000Z","updated_at":"2025-10-26T22:15:22.000Z","dependencies_parsed_at":"2024-05-12T22:35:53.922Z","dependency_job_id":"74b13ebc-ea37-4b98-a6c4-31172eda69cc","html_url":"https://github.com/CrazyVito11/duostats","commit_stats":null,"previous_names":["crazyvito11/duostats"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CrazyVito11/duostats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyVito11%2Fduostats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyVito11%2Fduostats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyVito11%2Fduostats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyVito11%2Fduostats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrazyVito11","download_url":"https://codeload.github.com/CrazyVito11/duostats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyVito11%2Fduostats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31454197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","docker-compose","duolingo","duolingo-api","expressjs","language-learning","typescript","user-statistics","vuejs"],"created_at":"2024-11-07T15:21:27.336Z","updated_at":"2026-04-05T23:32:26.914Z","avatar_url":"https://github.com/CrazyVito11.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Duostats\nSimple website that gets some more detailed stats from Duolingo.\n\n\u003cimg src=\"./assets/ui_preview.png\" alt=\"Screenshot of the Duostats application\" width=\"500\" /\u003e\n\n\u003e [!NOTE]\n\u003e I personally no longer use Duolingo, but I will still accept PR's for this project.\n\u003e\n\u003e Just make sure to also include your account name so I can test the functionality.\n\n\n## Known issues\nThere are a couple of known issues that have a very minimal impact, but are reported here.\n\n- An unofficial icon is used for the streak repaired statistic due to a lack of the original in SVG format.\n    - If you have the official icon in SVG format, then please let me know or create a pull request with the unofficial icon replaced.\n- The streak repaired statistic might be higher than the actual amount that you used.\n    - We don't know the real reason, but our best guess is that Duolingo marks the streak as repaired after an outage.\n    - We are unsure if we can resolve this issue in the future and for this reason this warning has also been implemented on the site itself.\n\n\n## Setup\nTo setup an environment for general use, you need to follow these steps:\n\n1. Make sure you meet the follow prerequisites\n    - Docker + Docker Compose have been installed\n    - The [Traefik reverse proxy container](https://github.com/CrazyVito11/traefik-reverse-proxy) has been configured\n    - A registered domain name\n        - You can use something like [PiHole](https://github.com/pi-hole/pi-hole) to register local domains if you aren't going to host it publicly\n2. Clone this repository to your server\n3. Make a copy of `.env.example` and call it `.env`\n4. Edit the variables in `.env` until they fit your situation\n    - Your domain name can be entered in here for example\n5. Build the container with `docker compose build`\n\nThe container should now be ready, simply start it with `docker compose up -d` and try visiting your domain!\n\n\n## Setup (Development)\nTo setup an environment for development, you need to follow these steps:\n\n1. Make sure you meet the follow prerequisites\n    - Docker + Docker Compose have been installed\n    - The [Traefik reverse proxy container](https://github.com/CrazyVito11/traefik-reverse-proxy) has been configured\n2. Clone this repository to your development machine\n3. Make a copy of `.env.example` and call it `.env`\n4. Edit the variables in `.env` until they fit your situation\n    - It's recommended that use use an `.localhost` domain, as this doesn't require any custom DNS settings of servers\n5. Build the container with `docker compose -f development.docker-compose.yml build`\n\nThe container should now be ready, simply start it with `docker compose -f development.docker-compose.yml up -d` and try visiting your localhost environment!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazyvito11%2Fduostats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazyvito11%2Fduostats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazyvito11%2Fduostats/lists"}