@whatscookin/github_user_badge_scraper
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Github User Badge Scraper

Github Oauth don't send the achievements with user data. This script scrapes the github public profile to get achievements.

import { getGithubUserAchievements } from "github_user_badge_scraper";
const achievements = await getGithubUserAchievements("link_to_public_github_profile");

// example: {
    'Pair Extraordinaire': 2,
    Quickdraw: 1,
    'Pull Shark': 3,
    YOLO: 1,
    'Arctic Code Vault Contributor': 1,
}

Readme

Keywords

none

Package Sidebar

Install

npm i @whatscookin/github_user_badge_scraper

Weekly Downloads

3

Version

1.0.3

License

Apache-2.0

Unpacked Size

14.7 kB

Total Files

5

Last publish

Collaborators

  • arnobchowdhury