huseinzol05
commited on
Commit
•
5e9f856
1
Parent(s):
c3f7ea3
Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,41 @@ language:
|
|
5 |
|
6 |
# Snapshot Instagram
|
7 |
|
8 |
-
Snapshot done by https://github.com/amzar96
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
# Snapshot Instagram
|
7 |
|
8 |
+
Snapshot done by https://github.com/amzar96, total size,
|
9 |
+
|
10 |
+
1. instagram.jsonl, 90469 rows
|
11 |
+
|
12 |
+
## Example data
|
13 |
+
|
14 |
+
```python
|
15 |
+
{'_index': 'instagram-v2',
|
16 |
+
'_type': '_doc',
|
17 |
+
'_id': 'instagram-v2+6+9042',
|
18 |
+
'_score': 1,
|
19 |
+
'_source': {'datetime': '2021-12-19T15:52:32',
|
20 |
+
'comment': {'date': 'Nov 26, 2021',
|
21 |
+
'url_to_reply': 'https://www.instagram.com/p/CWukPPBJ2sz/c/17943481405632363/r/17929092841798589/',
|
22 |
+
'like': 0,
|
23 |
+
'mention_to': {'total': 1, 'username': ['budnyzam']},
|
24 |
+
'text': '',
|
25 |
+
'original_time': '3w',
|
26 |
+
'time': '2021-11-26T16:07:39',
|
27 |
+
'username': 'carideeyhamad'},
|
28 |
+
'id': 8310346298799313000,
|
29 |
+
'page': {'page_details': {'profile_img': {'src': 'null', 'alt': 'null'},
|
30 |
+
'verified': True,
|
31 |
+
'url': 'https://www.instagram.com/rhbgroup/',
|
32 |
+
'username': 'rhbgroup'},
|
33 |
+
'post_details': {'date': 'Nov 26, 2021',
|
34 |
+
'url_to_post': 'https://www.instagram.com/p/CWukPPBJ2sz/',
|
35 |
+
'like': 0,
|
36 |
+
'text': 'congratulations to the winners of contest and thank you to all participants who have joined in the fun the overflow of creativity shared across was exciting to witness but ultimately the drive to spread awareness on what ride for good meant to each of you inspires us so much more don t forget to follow our page and stay tuned for more exiting contests',
|
37 |
+
'time': '2021-11-26T13:38:04',
|
38 |
+
'owner_post_details': ['rhbgroup', 'Verified'],
|
39 |
+
'username': 'rhbgroup'}},
|
40 |
+
'user': {'profile_img': {'src': 'https://instagram.fblr22-1.fna.fbcdn.net/v/t51.2885-19/s150x150/250295249_389125132945260_1828200694152772754_n.jpg?_nc_ht=instagram.fblr22-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=cM1H0fdDiwsAX8R8M49&edm=AABBvjUBAAAA&ccb=7-4&oh=00_AT83AGK3Vz42I7pPoI27lsAQcxZVWSDswzjbSod1RoOXgw&oe=61C614AE&_nc_sid=83d603',
|
41 |
+
'alt': "carideeyhamad's profile picture"},
|
42 |
+
'verified': False,
|
43 |
+
'url': 'https://www.instagram.com/carideeyhamad/',
|
44 |
+
'username': 'carideeyhamad'}}}
|
45 |
+
```
|