Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.9 KB

Installation_on_Windows.md

File metadata and controls

62 lines (48 loc) · 1.9 KB
layout title permalink
page
Installation instructions on Windows
/docs/en/Installation_on_Windows/

Important! Read the instructions from start to finish, and then act! Good luck!

Installing Python 3

  1. Go to the Python website.
  2. Choose the version that suits you (depends on the operating system).
  3. Download.
  4. Run the installer.
  5. Follow the instructions that the installer offers you. Check "Add Python 3.x to Path" and click on Install Now (see the figure below). If you are an experienced user, select Customize installation. ![Install Python 3 and add to PATH]({{ site.url }}/docs/install_python_on_Windows.PNG "Install Python 3 and add to PATH")

Downloading a project from GitHub

There are two options for downloading the project:

a) Click the link https://github.com/instagrambot/instabotai Click on "Clone or download", and then on "Download ZIP". Unpack it. b) Installing the Git Client:

  1. Go to the Git site.
  2. Choose the version that suits you (depends on the operating system).
  3. Download.
  4. Run the installer.
  5. Follow the instructions that the installer suggests (click on Next). You can configure the client yourself if you are an experienced user.
  6. After installation, run the command line.
  7. At the command prompt, type.

Install Dblib

Download dlip ‘.wheel’ file as ur system requirnment (use link bellow) download link : https://pypi.python.org/simple/dlib/

Open cmd navigate to dlib wheel file path and hit command
pip install dlib_file_name.wheel

Then run

git clone https://github.com/instagrambot/instabotai.git --recursive
cd instabotai/
pip install -r requirements.txt
Run: python example.py -u yourusername -p password -l therock,kimkardashian -t "#like4like#follow4follow"
And press Enter.

Congratulations! You downloaded the project!