{"id":13400982,"url":"https://github.com/jwenjian/visitor-badge","last_synced_at":"2026-02-07T07:32:33.246Z","repository":{"id":41288778,"uuid":"250465032","full_name":"jwenjian/visitor-badge","owner":"jwenjian","description":"[Service is DOWN now] A badge generator service to count visitors of your markdown file.","archived":false,"fork":false,"pushed_at":"2024-03-18T03:30:18.000Z","size":44,"stargazers_count":909,"open_issues_count":0,"forks_count":248,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-02T17:43:22.474Z","etag":null,"topics":["glitch-me","pybadge","visitor-badge","visitor-counter","visitor-tracking"],"latest_commit_sha":null,"homepage":"https://visitor-badge.glitch.me/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwenjian.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}},"created_at":"2020-03-27T07:09:20.000Z","updated_at":"2025-07-31T19:22:56.000Z","dependencies_parsed_at":"2023-02-18T03:55:14.838Z","dependency_job_id":"3719f127-04ec-4543-a48c-099874e65954","html_url":"https://github.com/jwenjian/visitor-badge","commit_stats":{"total_commits":39,"total_committers":7,"mean_commits":5.571428571428571,"dds":0.4358974358974359,"last_synced_commit":"1763d4945acdc6a7a770e7d0a1502c9fb7e73dee"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jwenjian/visitor-badge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwenjian%2Fvisitor-badge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwenjian%2Fvisitor-badge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwenjian%2Fvisitor-badge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwenjian%2Fvisitor-badge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwenjian","download_url":"https://codeload.github.com/jwenjian/visitor-badge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwenjian%2Fvisitor-badge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29189327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T05:07:31.176Z","status":"ssl_error","status_checked_at":"2026-02-07T05:06:15.227Z","response_time":63,"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":["glitch-me","pybadge","visitor-badge","visitor-counter","visitor-tracking"],"created_at":"2024-07-30T19:00:57.606Z","updated_at":"2026-02-07T07:32:28.238Z","avatar_url":"https://github.com/jwenjian.png","language":"HTML","funding_links":[],"categories":["HTML","Badges","others","Profile Views and Counters","HTML（76）"],"sub_categories":["Dynamic Badges"],"readme":"# visitor-badge\n\n\u003e **Warning**\n\u003e\n\u003e **The service is now deployed under a free version of glitch, so it will down if too many requests in the same time**\n\u003e\n\u003e Update at 2023-04-28: [CountAPI](https://countapi.xyz/) service is DOWN, looking for another alternative for now, but it takes time, you should consider using [hits](https://github.com/dwyl/hits) as alternative (more stable), see [issue #32](https://github.com/jwenjian/visitor-badge/issues/32)\n\n---\n\nA badge generator service to count visitors of your markdown file.\n\n[The story of visitor badge](https://medium.com/@1link.fun/the-story-of-visitor-badge-1bded5ed56b4)\n\nExamples:\n\n- default style\n\n```markdown\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge)\n```\n\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge)\n\n- customized left text (default is `visitors`)\n\n```markdown\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge\u0026left_text=MyPageVisitors)\n```\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge\u0026left_text=MyPageVisitors)\n\n- customized left text with a space between words\n\n```markdown\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge\u0026left_text=My%20Page%20Visitors)\n```\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge\u0026left_text=My%20Page%20Visitors)\n\n- customzied color\n\n```markdown\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge\u0026left_color=red\u0026right_color=green) \n```\n\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge\u0026left_color=red\u0026right_color=green) (left_color=red, right_color=green)\n\n- customized color and left text\n\n```markdown\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge\u0026left_color=red\u0026right_color=green\u0026left_text=HelloVisitors)\n```\n\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge\u0026left_color=red\u0026right_color=green\u0026left_text=HelloVisitors) (left_color=red, right_color=green, left_text=HelloVisitors)\n\n- customized color and a space between words in left text\n\n```markdown\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge\u0026left_color=red\u0026right_color=green\u0026left_text=Hello%20Visitors)\n```\n\n![visitor badge](https://visitor-badge.glitch.me/badge?page_id=jwenjian.visitor-badge\u0026left_color=red\u0026right_color=green\u0026left_text=Hello%20Visitors) (left_color=red, right_color=green, left_text=Hello%20Visitors)\n\n\u003ca href=\"https://www.producthunt.com/posts/visitor-count-badge-for-your-github-repo?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-visitor-count-badge-for-your-github-repo\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=195146\u0026theme=dark\" alt=\"Visitor count badge for your Github Repo - A github badge to count visitor to your repository | Product Hunt Embed\" style=\"width: 250px; height: 54px;\" width=\"250px\" height=\"54px\" /\u003e\u003c/a\u003e\n\n---\n\n\nIf you deployed forked project to your stable server and want to provide a free, stable service, which is very kind, please raise an issue to tell me so I can list your service url here:\n\n\u003e Before you do that, **DO update the md5_key in .env file to `guess_what`** so that former users will not lose their count, otherwise the count will start from 1.\n\nOther public services:\n\n-  https://visitor-badge.laobi.icu \n-  ~~https://visitor-badge.deta.dev/ (By [@Amresh Prasad Sinha](https://github.com/AmreshSinha))~~ (NO LONGER AVAILABLE)\n-  ~~https://page-views.glitch.me~~ (NOT WOKRING)\n\nOther implementations:\n\n\u003e You can implement in other languages, if you has, please let me know and I will update this list.\n\n- NodeJS: [Lete114/visitor-badge](https://github.com/Lete114/visitor-badge)\n- Go: [Nathan13888/VisitorBadgeReloaded](https://github.com/Nathan13888/VisitorBadgeReloaded)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwenjian%2Fvisitor-badge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwenjian%2Fvisitor-badge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwenjian%2Fvisitor-badge/lists"}