A simple script to mute posts and stories of your irrelevant instagram following users and focus on what really matters.
- Node.js (https://nodejs.org/en)
- Clone this repository
- Run
npm installin the cloned directory - Create an
.envfile in the cloned directory and add your instagram username and password as follows (as states in.env.examplefile)):
IG_USERNAME='your_username'
IG_PASSWORD='your_password'
- Modify the
notToMutearray inmuted.tsin order to add users you don't want to mute (optional) - Compile the TypeScript code with
tsc src/muted.ts - Run the script with
node src/muted.js - Get some coffee. It might take a while.
- Enjoy your muted feed!