{"id":16644855,"url":"https://github.com/toyama0919/embulk-filter-woothee","last_synced_at":"2025-10-30T12:31:15.911Z","repository":{"id":62557901,"uuid":"41289740","full_name":"toyama0919/embulk-filter-woothee","owner":"toyama0919","description":null,"archived":false,"fork":false,"pushed_at":"2016-06-14T04:14:29.000Z","size":83,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-02T08:31:58.525Z","etag":null,"topics":["agent","embulk","embulk-plugin","java","user-agent","woothee"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/toyama0919.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-24T07:51:10.000Z","updated_at":"2018-07-16T22:30:19.000Z","dependencies_parsed_at":"2022-11-03T06:45:24.092Z","dependency_job_id":null,"html_url":"https://github.com/toyama0919/embulk-filter-woothee","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/toyama0919%2Fembulk-filter-woothee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-filter-woothee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-filter-woothee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-filter-woothee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toyama0919","download_url":"https://codeload.github.com/toyama0919/embulk-filter-woothee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238968200,"owners_count":19560585,"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":["agent","embulk","embulk-plugin","java","user-agent","woothee"],"created_at":"2024-10-12T08:12:31.942Z","updated_at":"2025-10-30T12:31:15.484Z","avatar_url":"https://github.com/toyama0919.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Woothee filter plugin for Embulk[![Build Status](https://secure.travis-ci.org/toyama0919/embulk-filter-woothee.png?branch=master)](http://travis-ci.org/toyama0919/embulk-filter-woothee)\n\nparse UserAgent strings and to filter/drop specified categories of user terminals.\n\nsee. [woothee/woothee-java](https://github.com/woothee/woothee-java)\n\n## Overview\n\n* **Plugin type**: filter\n\n## Configuration\n\n- **key_name**: target key name (string, required)\n- **out_key_name**: out key name (string, default: agent_name)\n- **out_key_category**: out key category (string, default: agent_category)\n- **out_key_os**: out key os (string, default: agent_os)\n- **out_key_version**: out key version (string, default: agent_version)\n- **out_key_vendor**: out key vendor (string, default: agent_vendor)\n- **filter_categories**: filter categories (array, default: null)\n- **drop_categories**: drop categories (array, default: null)\n- **merge_agent_info**: merge agent info (bool, default: false)\n\n## Example1(add agent info)\n\n```yaml\nfilters:\n  - type: woothee\n    key_name: user_agent\n    merge_agent_info: true\nout:\n  type: stdout\n```\n\n## Example2(filter categories)\n\n```yaml\nfilters:\n  - type: woothee\n    key_name: user_agent\n    merge_agent_info: true\n    filter_categories:\n      - pc\n      - smartphone\n      - mobilephone\n      - appliance\nout:\n  type: stdout\n```\n\n## Example3(drop categories)\n\n```yaml\nfilters:\n  - type: woothee\n    key_name: user_agent\n    merge_agent_info: true\n    drop_categories:\n      - crawler\n      - UNKNOWN\nout:\n  type: stdout\n```\n\n\n## Build\n\n```\n$ ./gradlew gem\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyama0919%2Fembulk-filter-woothee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoyama0919%2Fembulk-filter-woothee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyama0919%2Fembulk-filter-woothee/lists"}