Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.45 KB

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