Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

🦊 Prune your inactive Kitsu follows

License

Notifications You must be signed in to change notification settings

wopian/kitsu-inactivity-pruner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inactivity Pruner

release badge travis badge david badge david dev badge

Prune inactive Kitsu.io users you're following

Usage

Requirements

Install & Run

  1. Download source code:

    git clone https://github.com/wopian/kitsu-inactivity-pruner.git
    cd kitsu-inactivity-pruner
  2. Install dependencies:

    yarn
    # or
    npm install
  3. Rename config.template.mjs to config.mjs and add your username/password

    export const config = {
      USERNAME: 'josh',
      PASSWORD: 'hunter2',
      CLIENT_ID: '',
      CLIENT_SECRET: ''
    }
  4. Run the script:

    yarn start
    # or
    npm start

Releases

See CHANGELOG

License

All code released under the MIT license