InstagramBot
This Instagram Bot is designed to convincingly simulate the way a human would behave as a conversational partner.
Requirements :
- Python3
- Selenium - Setup selenium in your system for firefox which requires geckodrivers.
- Chatterbot
- Mozilla Firefox
How to run the script:
Installing from web browser
- Download the zip file using the "Clone or download" button.
- Navigate to the download directory and unzip the archive.
- Open a terminal and navigate to the target directory.
cd ~/Downloads/InstagramBot-master
- To install requirement modules.
pip3 install -r requirements.txt
- Give permission to the script.
chmod +x main.py
- 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