An automated Instagram engagement tool that dynamically sets the current time as an Instagram Note to keep followers engaged.
- Automated Notes: Dynamically sets Instagram Notes with current time
- Time-Based Content: Notes display current time using clock emojis
- Interactive Elements: Includes engaging questions to boost follower engagement
- Customizable Intervals: Configurable update frequency
- Authentication Management: Handles Instagram login and session cookies automatically
-
Clone the repository:
git clone https://github.com/mishalshanavas/notes-bot cd notes-bot
-
Install dependencies:
pip install -r requirements.txt
- Open
main.py
- Set your Instagram credentials:
USERNAME = "your_username" PASSWORD = "your_password"
- Customize the
BASE_MINUTE_INTERVAL
for note update frequency
Run the bot:
python main.py
The bot will:
- Authenticate with Instagram (creates session cookies on first run)
- Automatically update your Instagram Note with the current time at configured intervals
- Display countdown timer for next note update
- Python 3.x
- instagrapi library
- Valid Instagram account
This project may require updates to maintain compatibility with Instagram API changes. Use responsibly and in accordance with Instagram's terms of service.