Skip to content

Latest commit

 

History

History

github-unsubscribe-script

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Github script to unsubscribe to all subscriptions

In large orginizations you can be autosubscribed to hundreds of thousands of notifications. There is no bulk or easy way to mass unsubsribe. Even the API to unsubscribe is not bulk. As such this script can take O(days) to run for acounts with ~million subs.

Setup

Pre-setup

install

  • npm install
  • node main.js

notes

0