Skip to content
/ muted Public

A simple script to mute posts and stories of your irrelevant instagram following users and focus on what really matters.

License

Notifications You must be signed in to change notification settings

jcbraz/muted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muted

A simple script to mute posts and stories of your irrelevant instagram following users and focus on what really matters.

Requirements

Installation

  1. Clone this repository
  2. Run npm install in the cloned directory
  3. 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'
  1. Modify the notToMute array in muted.ts in order to add users you don't want to mute (optional)
  2. Compile the TypeScript code with tsc src/muted.ts
  3. Run the script with node src/muted.js
  4. Get some coffee. It might take a while.
  5. Enjoy your muted feed!

About

A simple script to mute posts and stories of your irrelevant instagram following users and focus on what really matters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published