/inbox-butler

A web app that scans your inbox to list all your newsletters subscriptions so you can unsubscribe from them with one click. written with flask and react.

Primary LanguageJavaScript

Inbox Butler

Inbox Butler is born out of frustration with annoying subscriptions in email inboxes. It helps you unsubscribe from various newsletters with just one click :) (Currently only support Gmail)

To install(only supports python3):

  1. pip install -r requirements.txt
  2. npm install

To run locally:

  1. npm start
  2. python app.py