mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 18:08:28 +00:00
add cookies.json for example
This commit is contained in:
parent
e8c9dc4b52
commit
614f5781b3
14
api/src/cookies.json
Normal file
14
api/src/cookies.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"instagram": [
|
||||
"mid=<replace>; ig_did=<with>; csrftoken=<your>; ds_user_id=<own>; sessionid=<cookies>"
|
||||
],
|
||||
"instagram_bearer": [
|
||||
"token=<token_with_no_bearer_in_front>", "token=IGT:2:<looks_like_this>"
|
||||
],
|
||||
"reddit": [
|
||||
"client_id=<replace_this>; client_secret=<replace_this>; refresh_token=<replace_this>"
|
||||
],
|
||||
"twitter": [
|
||||
"auth_token=<replace_this>; ct0=<replace_this>"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user