meanother / instabot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instabot

Download chromedriver:

https://chromedriver.chromium.org/downloads

Initialize

cd $HOME ; \
git clone https://github.com/meanother/instabot.git ; \
cd instabot ; \
python3 -m venv env ; \
source env/bin/activate ; \
pip install -r requirments.txt

example file: tags.txt

vsco
заебись
nike
followme

Example run, change to your parameters

source $HOME/instabot/env/bin/activate ; \
python $HOME/instabot/run.py \
--login="YOUR_LOGIN" \
--password="YOUR_PASSWORD" \
--path="/path/to/tags.txt" \
--chromedriver="/path/to/chromedriver" \
--like="Like"

About

License:MIT License


Languages

Language:Python 100.0%