Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Write a program to gather Instagram profile information #21

Closed
2 tasks done
chavarera opened this issue Jun 25, 2020 · 1 comment
Closed
2 tasks done

Write a program to gather Instagram profile information #21

chavarera opened this issue Jun 25, 2020 · 1 comment

Comments

@chavarera
Copy link
Member

chavarera commented Jun 25, 2020

Problem Statement
Write a program to gather Instagram profile information

Steps

  • Accept Instagram username from user
  • Fetch Profile details

Use Modules

  1. requests
  2. BeautifulSoup
    Use other if you good with it

Output

{
   "success":True,
   "profile":{
      "instaurl":"https://www.instagram.com/ravi.chavare",
      "username":"ravi.chavare",
      "Name":"ravi chavare",
      "pic":"https://instagram.fnag1-2.fna.fbcdn.net/v/t51.2885-19/s150x150/94707365_234511407766737_5977870168452235264_n.jpg?_nc_ht=instagram.fnag1-2.fna.fbcdn.net&_nc_ohc=kSEf0rBsp1kAX8MXZ7f&oh=5c18a22abb35c974d1ed4079c7f86570&oe=5F1C4BB1",
      "posts":"60",
      "followers":"362",
      "following":"905",
      "aboutinfo":"By profession I am coder www.linkedin.com/in/ravishankar-chavare-84474a102"
   }
}
@chavarera
Copy link
Member Author

python InstgramProfile.py ravi.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant