{"id":22733285,"url":"https://github.com/aqzhyi/blogger-posts-crawler","last_synced_at":"2025-04-14T01:53:58.848Z","repository":{"id":143861461,"uuid":"41356408","full_name":"aqzhyi/blogger-posts-crawler","owner":"aqzhyi","description":"a crawler with google blogspot API for mypoint.tw","archived":false,"fork":false,"pushed_at":"2015-09-18T07:25:14.000Z","size":164,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T01:53:52.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/aqzhyi.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":"2015-08-25T09:53:26.000Z","updated_at":"2022-03-17T07:08:57.000Z","dependencies_parsed_at":"2023-03-21T05:20:14.355Z","dependency_job_id":null,"html_url":"https://github.com/aqzhyi/blogger-posts-crawler","commit_stats":null,"previous_names":["pleasurazy/blogger-posts-crawler"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aqzhyi%2Fblogger-posts-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aqzhyi%2Fblogger-posts-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aqzhyi%2Fblogger-posts-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aqzhyi%2Fblogger-posts-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aqzhyi","download_url":"https://codeload.github.com/aqzhyi/blogger-posts-crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248809032,"owners_count":21164895,"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-12-10T20:13:37.486Z","updated_at":"2025-04-14T01:53:58.807Z","avatar_url":"https://github.com/aqzhyi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blogspot crawler\n\n## Preview\n\n![](http://i.imgur.com/9zvm3KE.png)\n\n## Usage\n\n```sh\nnpm install blogger-posts-crawler --save\n```\n\n## API\n\n#### .findAll()\n\n```\n@name findAll\n@param {object} options\n@param {boolean} [options.fetchAll=false] - If you want to retrieve all the articles form google.\n@param {string} options.url - Url of Blogspot.\n@param {string} options.key - Server-side API access token from Google Blogger API.\n@returns {Article[]}\n```\n\n###### Example\n\n```js\nimport crawler from 'blogger-posts-crawler'\n\nlet articles = await crawler.findAll({\n  url: 'http://happycloud2013.blogspot.tw/',\n  fetchAll: false,\n  key: YOUR_API_KEY,\n})\n\nconsole.log(articles) // {Article[]}\n```\n\n## Interfaces\n\n#### Article\n\n```\n@name Article\n@interface\n@prop {string[]} address\n@prop {string} body - Content of article\n@prop {string} cover - Generally first element of Article.images\n@prop {string[]} images - Contain URL format in the array.\n@prop {string} published - ISO8601 format\n@prop {string} title\n@prop {string} url\n```\n\n## Development Flow\n\n```\nvi src/index.js\n:wq\nnpm test\ngit commit -m 'minor changes'\n```\n\n## test\n\n```sh\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faqzhyi%2Fblogger-posts-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faqzhyi%2Fblogger-posts-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faqzhyi%2Fblogger-posts-crawler/lists"}