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 install
in the cloned directory - Create an
.env
file in the cloned directory and add your instagram username and password as follows (as states in.env.example
file)):
IG_USERNAME='your_username'
IG_PASSWORD='your_password'
- Modify the
notToMute
array inmuted.ts
in 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!