项目作者: guilherme-toti

项目描述 :
An Python script to auto like Instagram's photos based on hashtags
高级语言: Python
项目地址: git://github.com/guilherme-toti/instagram-auto-liker.git
创建时间: 2017-03-20T20:41:36Z
项目社区:https://github.com/guilherme-toti/instagram-auto-liker

开源协议:

下载


Instagram Auto Liker

This is a crawler that likes Instagram posts based on hashtags each 10 seconds

Setup

This project needs only Selenium to be installed on your Python environment

  1. pip install selenium

Settings

All you need to do is change the settings:

  1. CONFIGS = {
  2. 'USERNAME': 'YOUR_USERNAME',
  3. 'PASSWORD': 'YOUR_PASSWORD',
  4. 'HASHTAGS': [
  5. 'FIRST_HASHTAG', 'SECOND_HASHTAG', 'THIRD_HASHTAG'
  6. ],
  7. 'TOTAL_LIKES_PER_HASHTAG': 300, # amount of posts to like per hashtag
  8. 'SYSTEM': 'windows/mac/linux'
  9. }

Running

After changing the settings, just run it as:

  1. python run.py

And let it work :)

Known Issues

  • If you already liked the photo, the crawler will unlike it.