{"id":21140425,"url":"https://github.com/Ryokacchi/itemsatis","last_synced_at":"2025-07-09T04:31:22.172Z","repository":{"id":213807811,"uuid":"734839562","full_name":"Ryokacchi/itemsatis","owner":"Ryokacchi","description":"İtemsatış'ın resmii web sitesi için kazıma yapabilen modül.","archived":false,"fork":false,"pushed_at":"2023-12-22T19:18:04.000Z","size":11,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T08:08:41.657Z","etag":null,"topics":["itemsatis","web"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/itemsatis","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/Ryokacchi.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,"publiccode":null,"codemeta":null}},"created_at":"2023-12-22T19:15:48.000Z","updated_at":"2025-06-09T19:14:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"2379c5a0-ef3b-469a-9785-4c92f12aaaa5","html_url":"https://github.com/Ryokacchi/itemsatis","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"ee1501dcf3a613058a6f73b5754b15fe197643ea"},"previous_names":["romanbaba/itemsatis","ryokacchi/itemsatis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ryokacchi/itemsatis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryokacchi%2Fitemsatis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryokacchi%2Fitemsatis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryokacchi%2Fitemsatis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryokacchi%2Fitemsatis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryokacchi","download_url":"https://codeload.github.com/Ryokacchi/itemsatis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryokacchi%2Fitemsatis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264393402,"owners_count":23601082,"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","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":["itemsatis","web"],"created_at":"2024-11-20T07:15:39.333Z","updated_at":"2025-07-09T04:31:21.953Z","avatar_url":"https://github.com/Ryokacchi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# İtemsatis\nİtemsatış'ın resmii web sitesi için kazıma yapabilen modül.\n\n## Kurulum\n```bash\nnpm i itemsatis\npnpm add itemsatis\nyarn add itemsatis\n```\n\n## FAQ\n### Bir kullanıcı verisi nasıl çekebilirim?\n```js\n/* import { getUser } from 'itemsatis'; */\nconst { getUser } = require('itemsatis');\n\n(async () =\u003e {\n    const user = await getUser('itemsatiscom', false);\n    /*\n        Uyarı:\n         Bir kullanıcı verisi çekmeye çalışırken eğer\n         kullanıcı bir mağaza ise \n         ikinci parametreyi true olarak ayarlayınız.\n    */\n    if (!user) {\n        return console.error('Kullanıcı verisi bulunamadı.');\n    }\n\n    console.log(user);\n})();\n```\n\n### Bir ilan verisi nasıl çekebilirim?\n```js\n/* import { getAdvertisement } from 'itemsatis'; */\nconst { getAdvertisement } = require('itemsatis');\n\n(async () =\u003e {\n    const ad = await getAdvertisement('https://www.itemsatis.com/discord/1-aylik-2x-boostlu-nitro-aninda-teslim-2135363.html');\n\n    if (!ad) {\n        return console.error('İlan verisi bulunamadı.');\n    }\n\n    console.log(ad);\n})();\n```\n### Bir sorun mu yaşıyorsun?\nDiscord üzerinden bana ulaşabilirsiniz: https://discord.gg/altyapilar","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRyokacchi%2Fitemsatis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRyokacchi%2Fitemsatis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRyokacchi%2Fitemsatis/lists"}