Skip to content

Terminal bot app using python that allows you to use the various features of the Instagram API.Bot can fetch information of the user, download the post, like the post, do comments on post, and many more features.

Notifications You must be signed in to change notification settings

ParagBadala/Insta_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

1.Goto https://instagram.com/developer
2.Click on Manage Clients tab in the header.
3.If not already logged in, login in using your existing instagram account.
4.Click on Register a new client, the green colored button just below the header on the right.
5.Fill out the form with the valid url in the Valid redirect URIs field.
6.Click on register.
7.Uncheck the “Disable implicit OAuth” under under the security tab.
8.Copy the client-id.
9.HIT (Replace client Id,redirect-url and response-token)
https://api.instagram.com/oauth/authorize/?
client_id=CLIENT-ID
&redirect_uri=REDIRECT-URI
&response_type=token
&scope=basic+public_content+likes+comments
10.You will be redirected to:
http://your-redirect-uri/#access_token=ACCESS-TOKEN
11.Copy the ACCESS-TOKEN at a safe place.

About

Terminal bot app using python that allows you to use the various features of the Instagram API.Bot can fetch information of the user, download the post, like the post, do comments on post, and many more features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages