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

wopian/kitsu-inactivity-pruner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

252 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

🦊 Prune your inactive Kitsu follows

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors