{"id":14971216,"url":"https://github.com/code-yeongyu/trackpurchase","last_synced_at":"2025-08-14T05:13:18.114Z","repository":{"id":44499393,"uuid":"435195521","full_name":"code-yeongyu/TrackPurchase","owner":"code-yeongyu","description":"단 몇줄의 코드로 다양한 쇼핑 플랫폼에서 결제 내역을 긁어오자!","archived":false,"fork":false,"pushed_at":"2022-02-10T10:34:28.000Z","size":634,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-25T00:24:14.382Z","etag":null,"topics":["crawlwer","puppeteer","webcrawler","webscraper","webscraping"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/code-yeongyu.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":"2021-12-05T14:51:27.000Z","updated_at":"2025-07-11T04:16:43.000Z","dependencies_parsed_at":"2022-09-02T20:22:20.137Z","dependency_job_id":null,"html_url":"https://github.com/code-yeongyu/TrackPurchase","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/code-yeongyu/TrackPurchase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2FTrackPurchase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2FTrackPurchase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2FTrackPurchase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2FTrackPurchase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-yeongyu","download_url":"https://codeload.github.com/code-yeongyu/TrackPurchase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2FTrackPurchase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270364971,"owners_count":24571423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["crawlwer","puppeteer","webcrawler","webscraper","webscraping"],"created_at":"2024-09-24T13:44:52.353Z","updated_at":"2025-08-14T05:13:18.066Z","avatar_url":"https://github.com/code-yeongyu.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"credit card emoji\" src=\"https://github.com/code-yeongyu/TrackPurchase/raw/master/docs/images/credit-card.png\" width=\"130\" /\u003e\n  \u003ch1 align=\"center\"\u003eTrackPurchase\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/trackpurchase\" target=\"_blank\"\u003e\n    \u003cimg alt=\"NPM version\" src=\"https://badgen.net/npm/v/trackpurchase\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/code-yeongyu/TrackPurchase\" target=\"blank\"\u003e\n    \u003cimg alt=\"codecov\" src=\"https://codecov.io/gh/code-yeongyu/TrackPurchase/branch/master/graph/badge.svg?token=UCZC198HMK\" \u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/code-yeongyu/TrackPurchase/actions/workflows/ci.yml\" target=\"blank\"\u003e\n    \u003cimg alt=\"codecov\" src=\"https://github.com/code-yeongyu/TrackPurchase/actions/workflows/ci.yml/badge.svg\" \u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e 단 몇줄의 코드로 다양한 쇼핑 플랫폼에서 결제 내역을 긁어오자!\n\n## 🛒 지원 플랫폼 목록\n\n- 지원 플랫폼은 계속해서 추가될 예정입니다.\n\n[![Naver Pay](https://developer.pay.naver.com/static/img/logo_black.png)](https://pay.naver.com)\n\n## 📦 설치\n\n```sh\nyarn add trackpurchase\n```\n\n## 🚀 사용\n\n### 네이버 페이\n\n```typescript\nimport { NaverApp } from \"trackpurchase\";\nconst browser = await puppeteer.launch();\nconst page = await browser.newPage();\n\nconst module = NaverApp.NaverModuleFactory.create(page);\nconst crawlService = new NaverApp.NaverService(module);\n\nawait crawlService.normalLogin(id, password, 100);\nconst history = await crawlService.getHistory();\nbrowser.close();\n\nconsole.log(history);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-yeongyu%2Ftrackpurchase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-yeongyu%2Ftrackpurchase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-yeongyu%2Ftrackpurchase/lists"}