Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
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

@chavarera

Description

@chavarera

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"
   }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions