Skip to content

xakimov/instagram-autolikes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

instagram-autolikes

instagram auto likes php script

This is a php script that auto likes certain tags on instagram after that you login.

Installation tips:

You need to setup an application using instagram api. The callback file should be http://[your website]/[instalation directory]/cb.php

setting up the api

Files that you need to setup the api informations in : cb.php /includes/userinfo.php /includes/opencon.php /includes/con1.php

renaming the files

Rename /includes/con1.php to con.php

setting up the database

Create a new database setup the database info in /includes/opencon.php

creating required tables in sql

create a Table named user

with the following fields with their corresponding attributes : userid int(15) id int(15) username varchar(250) full_name varchar(250) profile_picture varchar(500) bio varchar(500) website varchar(250)

congratulation

congratulation the script is setup and ready to be used :) for questions/bugs contact me on jad@ultgate.com

About

instagram auto likes php script

Resources

License

Stars

Watchers

Forks

Packages

No packages published