{"id":23143251,"url":"https://github.com/aeimer/texcount-graph","last_synced_at":"2026-03-20T00:47:21.109Z","repository":{"id":42869082,"uuid":"258607664","full_name":"aeimer/texcount-graph","owner":"aeimer","description":"This is a little programm to track your latex progress ","archived":false,"fork":false,"pushed_at":"2023-03-04T14:16:51.000Z","size":135,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T12:13:46.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/aeimer.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}},"created_at":"2020-04-24T19:41:58.000Z","updated_at":"2021-11-03T17:52:31.000Z","dependencies_parsed_at":"2023-01-27T20:31:28.235Z","dependency_job_id":null,"html_url":"https://github.com/aeimer/texcount-graph","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/aeimer/texcount-graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeimer%2Ftexcount-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeimer%2Ftexcount-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeimer%2Ftexcount-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeimer%2Ftexcount-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeimer","download_url":"https://codeload.github.com/aeimer/texcount-graph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeimer%2Ftexcount-graph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28552379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-12-17T15:12:54.239Z","updated_at":"2026-01-18T22:08:10.515Z","avatar_url":"https://github.com/aeimer.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TeXcount-graph\n\nThis is a little programm to track your progress :)\n\n## Install\n### CI / CD\nAdd following code to your CI:\n```bash\nperl texcount.pl chapters/*.tex | tee count.log\nCOUNT=$(grep -e Total -A 1 count.log | tail -1 | cut -d: -f 2 | sed 's/ //')\ncurl -s -X POST --data count=${COUNT} --data hash=${COMMIT_HASH} yoururl/commit\n ```\n\n### docker-compose\nTo deploy use the `docker-compose.yml`, you then can call the URL where it is hosted, a POST to /commit can add data.\n \n## Develop\n```bash\nnpm install\nnpm run dev\n# Go to http://localhost:3000\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeimer%2Ftexcount-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeimer%2Ftexcount-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeimer%2Ftexcount-graph/lists"}