Instagram objects
Open
Nobody has claimed this yet.
new-object-template
- Dominant language
- Python
- Stars
- 110
- Forks
- 139
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 3
Description
profile
"user": {
"username": "x",
"has_anonymous_profile_picture": false,
"profile_pic_url": "http://scontent-sit4-1.cdninstagram.com/abc.jpg",
"full_name": "x",
"pk": 123456789,
"is_verified": false,
"is_private": false
},
comment
"status": "Active",
"media_id": 123456789,
"text": ":)",
"created_at": 1479453671.0,
"content_type": "comment",
"created_at_utc": 1479482471,
"pk": 17865505612040669,
"type": 0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's existing object definitions and comparing them with the Instagram profile and comment examples in the issue. Determine how those two Instagram data shapes should be represented, then verify that the resulting definitions match the conventions used by neighboring objects. No file paths or tests are identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100