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.mjs
toconfig.mjs
and 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