InstagramBot

This Instagram Bot is designed to convincingly simulate the way a human would behave as a conversational partner.

Requirements :

  1. Python3
  2. Selenium - Setup selenium in your system for firefox which requires geckodrivers.
  3. Chatterbot
  4. Mozilla Firefox

How to run the script:

Installing from web browser
  1. Download the zip file using the "Clone or download" button.
  2. Navigate to the download directory and unzip the archive.
  3. Open a terminal and navigate to the target directory. cd ~/Downloads/InstagramBot-master
  4. To install requirement modules. pip3 install -r requirements.txt
  5. Give permission to the script. chmod +x main.py
  6. Execute the script. ./main.py
Installing from command line
cd ~/Downloads
git clonehttps://github.com/mansisharma0510/InstagramBot.git
cd InstagramBot
pip3 install -r requirements.txt
chmod +x main.py
./main.py