A Python-based automation script designed to interact with Instagram Direct Messages (DMs) and periodically post Islamic remembrances using the Instagrapi library. NoteBot can respond to incoming DMs with pre-defined phrases and periodically add remembrances to your Instagram Notes section.
- Periodic Remembrance Posts: Posts Islamic phrases periodically to Instagram Notes.
- Persistent Login: Uses cookie-based authentication to ensure the bot operates without repeated re-authentication.
- Clone the repository:
git clone https://github.com/baaviz/NoteBot.git cd NoteBot
- Set up a virtual environment on MAC:
python3 -m venv myenv source myenv/bin/activate
- Set up a virtual environment on Windows:
python3 -m venv myenv myenv\Scripts\activate
- Use pip freeze to create requirements.txt:
pip freeze > requirements.txt