Prune inactive Kitsu.io users you're following
-
Download source code:
git clone https://github.com/wopian/kitsu-inactivity-pruner.git cd kitsu-inactivity-pruner -
Install dependencies:
yarn # or npm install -
Rename
config.template.mjstoconfig.mjsand add your username/passwordexport const config = { USERNAME: 'josh', PASSWORD: 'hunter2', CLIENT_ID: '', CLIENT_SECRET: '' }
-
Run the script:
yarn start # or npm start
See CHANGELOG
All code released under the MIT license