/instagram-hide-all

A command-line tool to temporary hide/unhide Instagram stories from all of your followers

Primary LanguagePythonMIT LicenseMIT

Instagram Hide All

Temporary hide/unhide your Instagram stories from all of your followers.

Requirements

Installation

Install Instagram Private API via pip:

pip install git+https://git@github.com/ping/instagram_private_api.git@1.6.0

More information

Download this repository.

Usage

Step 1: Backup your current settings

Before you hide/unhide your stories from your followers you should save your current information with this command.

python instagram-hide-all.py fetch

This will ask your login information

Security warning The cache file "data.bin" includes your secret information. Please DO NOT Share it with anyone and when you don't need it, please delete it completely.

Step 2: Hide/Unhide

To hide all your followers:

python instagram-hide-all.py hide

To unhide all your followers:

python instagram-hide-all.py unhide

Step3: Restore settings

After 24 hours you can reset to your preferred settings with this command:

python instagram-hide-all.py reset

Acknowledgements

License

The MIT License (MIT). Please see License File for more information.