Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
/ insta-fuck Public archive

Instagram Automation Script

License

Notifications You must be signed in to change notification settings

brokeyourbike/insta-fuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insta Fuck

GitHub license built with Selenium built with Python3

Instagram Like, Comment and Follow Automation Script

Implemented in Python using the Selenium module.

Example

from insta_core import Basic_Instagram_Core

session = Basic_Instagram_Core('login', 'password')
session.login()
session.set_restriction(max_likes=5, max_comments=50, max_follows=50)
session.get_folowers_from('anastasiya_fukkacumi', 20)
session.like_unliked(likes_per_user=3)
session.unfollow_if_time(days_to_unfollow=5)
session.end()

Installation guide for windows:

Install python:

  • Download and install newest version of python (if you do the custom install don't forget to install the pip tool)
  • recommended path C:\Program Files (x86)\

https://www.python.org/downloads/release/python-361/

Install Selenium

  • pip install selenium

Download the latest chromedriver

  • Download the newest chrom driver
  • copy it in the folder \assets

https://sites.google.com/a/chromium.org/chromedriver/downloads

Releases

No releases published

Packages

No packages published

Languages