layout | title | permalink |
---|---|---|
page |
Installation on Unix |
/docs/en/Installation_on_Unix/ |
- 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.
- If you have
pip: command not found
error, try:
sudo easy_install pip