Skip to content

mkora/pocket-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocket Tagger

Overview

Adds tags to unread articles under your Pocket account

Before and After

Before running the pocket-tagger:

Pocket articles list before

And After:

Pocket articles list after

Notes

  • Add a Pocket consumer key to a config/*.json

  • To obtain a platform consumer key follow the Pocket API Documentation

  • To add rules for tags create tagger/config/local.js file, or use the default config

  • Example of tagger/config/*.js

  tech: {
    label: 'tech',
    rule: {
      title: ['tech',]
    },
    children: {
      news: {
        label: 'news',
        rule: {
          link: ['bloomberg.com', 'gizmodo.com',]
          title: ['Google', 'Amazon',]
        },
      },
      guide: {
        label: 'guide',
        rule: {
          link: ['medium.com',]
        },
      },
    }
  },
  other: {
    label: 'other',
    rule: {
      link: ['.com', '.org',]
    },
  },

Usage

npm install
npm start

About

Adds tags to Pocket's unread articles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published