{"id":16136639,"url":"https://github.com/matthww/pokget-generator","last_synced_at":"2025-10-20T11:49:26.695Z","repository":{"id":68897870,"uuid":"54399206","full_name":"Matthww/pokget-generator","owner":"Matthww","description":"A tool to scrape plugin information from the PocketMine website to use with a BukGet-like API/database.","archived":false,"fork":false,"pushed_at":"2015-07-22T17:22:54.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T22:36:57.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://api.pokget.cubedhost.com","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Matthww.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-21T15:12:45.000Z","updated_at":"2023-01-25T01:51:00.000Z","dependencies_parsed_at":"2023-02-27T17:46:33.260Z","dependency_job_id":null,"html_url":"https://github.com/Matthww/pokget-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matthww%2Fpokget-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matthww%2Fpokget-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matthww%2Fpokget-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matthww%2Fpokget-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Matthww","download_url":"https://codeload.github.com/Matthww/pokget-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247516929,"owners_count":20951707,"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":[],"created_at":"2024-10-09T23:12:28.305Z","updated_at":"2025-10-20T11:49:21.665Z","avatar_url":"https://github.com/Matthww.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PokGet Generator\nA tool to scrape plugin information from the PocketMine website to use with a BukGet-like API/database. Code is provided in library form and can be used in other projects, but there's also a complete script to perform a full scrape under `examples/`.\n\n## Requirements\n- Node.js or io.js\n- [Babel](http://babeljs.io)\n\n## Setup\n```shell\n$ git clone git@github.com:cubedhost/pokget-generator\n$ cd pokget-generator\n$ npm install -g babel\n$ npm install\n```\n\nWe use ES6 / ECMAScript 2015 syntax and there are a couple ways to work with this. Installing Babel globally is optional but recommended.\n\n### Using babel-node (recommended)\nYou can skip manually transpiling the source by using the `babel-node` CLI. This will run the example script using your system's Node.js/io.js installation.\n```shell\n$ babel-node examples/full-scrape.js\n```\n\n### Transpile\nYou can use `babel` to transpile the source to ES5 and then use it in non-ES6 projects.\n```shell\n$ babel index.js --out-file index.es5.js\n```\n```javascript\nvar gen = require('./index.es5');\n\ngen.getLastPageNumber( function (err, lastPageNumber) {\n  console.log('There are ' + lastPageNumber + ' total pages of plugins!');\n});\n```\n\n### Using the Babel require hook\nFinally, you can `require` the `babel-bootstrap.js` file and use it in non-ES6 projects.\n```javascript\nvar gen = require('./babel-bootstrap');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthww%2Fpokget-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthww%2Fpokget-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthww%2Fpokget-generator/lists"}