Skip to content

baaviz/Notebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NoteBot

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.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/baaviz/NoteBot.git
    cd NoteBot
    
    
  2. Set up a virtual environment on MAC:
    python3 -m venv myenv
    source myenv/bin/activate
    
    
  3. Set up a virtual environment on Windows:
    python3 -m venv myenv
    myenv\Scripts\activate
    
  4. Use pip freeze to create requirements.txt:
pip freeze > requirements.txt



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages