Notification texts go here Contact Us Buy Now!

How To Make Instagram Profile Information Finder Telegram Bot | Instagram Api

PR Gujju

Hello friends, welcome to another interesting article, in today's article, we are going to tell you in this article how you can create an Instagram Profile Information Finder Telegram bot. It will be hosted on bots.business. If you want to do it using any other hosting server or any other programming language, then you can also create that very easily.

How To Create Instagram profile viewer Telegram Bot

Here I will provide you an Instagram API with the help of which you can easily fetch the details of Instagram profile.

For example, today I am going to host a telegram bot on bots.business, if you do not know what bots.business is then you can read the post given below.

Read Also: How to Create Bots.Business Account | What Is Bots.Business

If you have read the above post and you know how to host Telegram bot bots.business then follow the steps given below

How To Make Find Instagram user information Telegram Bot

Step: 1

Create Bot On Botfather. Don`t Know How To Create bot on botfather Read Below Article

Read Also: How To Create Telegram Bot in Botfather | Add Custom Logo

Read Also : How To Add Captcha Verification On Telegram Bot | Bots.business

Step: 2

Connect Your Botfather bot to Bots.business
 

Step: 3

Now Copy Below Codes And And Command To Make Instagram Info Finder Telegram Bot
 

Command: 1

Command Name: /insta
 
Answer : *📚 Enter Instagram Username To Get Instagram Account Details n✅ For Example: technostoneyt*
 
Wait For Answer: True
 
BJS Code
 

Bot.sendMessage("Details Finding Please Wait Upto 5-10sec....")
HTTP.get({
        url: "https://stone-insta.vercel.app/api/ig/stal?user="+message+"",
success: "/stone"
      })

Command: 2

Command Name: /stone
BJS Code:


var stone = JSON.parse(content)
var un = stone.code
if (un=="200") {
var off = stone.code
var frw = stone.data.follower
var frr = stone.data.following
var bio = stone.data.bio
var Name = stone.data.fullname
var pic = stone.data.profilehd
var fo = stone.data.timeline
var pr = stone.data.private
var vr = stone.data.verified
var vd = stone.data.videotimeline
var sd = stone.data.savedmedia
var data =
  "*☃️ Instagram Account Info Findednn👤 Fullname*: " + Name +"n*📤 Followers*: " +frw + " n*📥 Following*: " +  frr +  "n*🖼 Posts*: " +  fo +  "n*🖲 Private:*: " +  pr +  "n*✅ Verified:*: " +  vr +  "n*🎥 IGTV:*: " +  vd +  "n*💾 Saved:*: " +  sd +  "n*📌 Profile Photo*: [Click Here](" +  pic +  ")n*☣️ Bio*: n" +  bio +  " "
  Api.sendPhoto({ photo: pic, caption: data, parse_mode: "markdown" })
} else {
  Bot.sendMessage("*No User Found*")
}

This code will work only in bots.business if you want to put it in any of your other code, you can tell us in the comment below, we will help you means if you have to do it in any other language then you can tell us He has to do this in this language, for that you can contact us on telegram - Contact Us

Getting Info...

About the Author

PR Gujju
Blogger | Youtuber | Beginner Coder

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.