forked from tweepy/tweepy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestfollowersids.json
99 lines (99 loc) · 3.56 KB
/
testfollowersids.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"version": 1,
"interactions": [
{
"request": {
"method": "GET",
"uri": "https://api.twitter.com/1.1/followers/ids.json?id=TweepyDev",
"body": null,
"headers": {
"Host": [
"api.twitter.com"
]
}
},
"response": {
"status": {
"code": 200,
"message": "OK"
},
"headers": {
"content-type": [
"application/json;charset=utf-8"
],
"x-xss-protection": [
"1; mode=block; report=https://twitter.com/i/xss_report"
],
"x-content-type-options": [
"nosniff"
],
"expires": [
"Tue, 31 Mar 1981 05:00:00 GMT"
],
"last-modified": [
"Sat, 13 Jul 2019 02:27:39 GMT"
],
"server": [
"tsa_b"
],
"cache-control": [
"no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
],
"x-connection-hash": [
"ebbaf9b67a4e7607ee0e2d1814453200"
],
"x-rate-limit-limit": [
"15"
],
"x-frame-options": [
"SAMEORIGIN"
],
"x-rate-limit-remaining": [
"2"
],
"pragma": [
"no-cache"
],
"date": [
"Sat, 13 Jul 2019 02:27:39 GMT"
],
"status": [
"200 OK"
],
"set-cookie": [
"personalization_id=\"v1_55/v+TEPUoseNpNOBo1gMA==\"; Max-Age=63072000; Expires=Mon, 12 Jul 2021 02:27:39 GMT; Path=/; Domain=.twitter.com",
"lang=en; Path=/",
"guest_id=v1%3A156298485986211124; Max-Age=63072000; Expires=Mon, 12 Jul 2021 02:27:39 GMT; Path=/; Domain=.twitter.com"
],
"x-access-level": [
"read-write-directmessages"
],
"x-twitter-response-tags": [
"BouncerCompliant"
],
"x-transaction": [
"006b0b9100c429e3"
],
"strict-transport-security": [
"max-age=631138519"
],
"content-disposition": [
"attachment; filename=json.json"
],
"content-length": [
"122"
],
"x-response-time": [
"25"
],
"x-rate-limit-reset": [
"1562984888"
]
},
"body": {
"string": "{\"ids\":[145336962],\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\",\"total_count\":null}"
}
}
}
]
}