Upload cookies.json
Browse files- api/cookies.json +17 -0
api/cookies.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"instagram": [
|
3 |
+
"mid=<replace>; ig_did=<with>; csrftoken=<your>; ds_user_id=<own>; sessionid=<cookies>"
|
4 |
+
],
|
5 |
+
"instagram_bearer": [
|
6 |
+
"token=<token_with_no_bearer_in_front>", "token=IGT:2:<looks_like_this>"
|
7 |
+
],
|
8 |
+
"reddit": [
|
9 |
+
"client_id=<replace_this>; client_secret=<replace_this>; refresh_token=<replace_this>"
|
10 |
+
],
|
11 |
+
"twitter": [
|
12 |
+
"auth_token=<replace_this>; ct0=<replace_this>"
|
13 |
+
],
|
14 |
+
"youtube_oauth": [
|
15 |
+
"access_token=ya29.a0ARW5m75EiS8EZu_ReKBFMTQzOQKoJ9-arhznHGJ9tjwG7u9U2hpTnvTnZd5Qhtrph6XOLq0EhgmffLw0bHURDwt4lMIHv58DQXim6221lokZGkJgY4nKjIGJIexnFJPxnaoncGJOjoMnWV81jcZwVx6GVJzVcU2yKGA_kPBucULsVuBVvsTaaCgYKAWMSARESFQHGX2MigZc71OQOmfHkQJPpKLzHYQ0187; refresh_token=1//0eb1FBXOzePh2CgYIARAAGA4SNwF-L9IrUoV73FRvWa7XR8U8JpAuhUFRMe2XWKHVZLOTp3rYOIQ3OHIR_tdkaxM1Txrxudo5FYk; scope=https://www.googleapis.com/auth/youtube-paid-content https://www.googleapis.com/auth/youtube; token_type=Bearer; expiry_date=2024-12-23T20:23:05.519Z"
|
16 |
+
]
|
17 |
+
}
|