Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 526 Bytes

Installation_on_Unix.md

File metadata and controls

32 lines (21 loc) · 526 Bytes
layout title permalink
page
Installation on Unix
/docs/en/Installation_on_Unix/

How to install and run the script on Unix? (Linux, macOS)

  • Open terminal and run.
git clone https://github.com/instagrambot/instabotai.git

cd instabotai

sudo pip install -r requirements.txt

Run: python example.py -u yourusername -p password -l therock,kimkardashian -t "#like4like#follow4follow"
And press Enter.
 

Errors

  • If you have pip: command not found error, try:
sudo easy_install pip