mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00

Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
18 lines
511 B
JSON
18 lines
511 B
JSON
{
|
|
"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>"
|
|
],
|
|
"youtube": [
|
|
"cookie=<replace_this>; b=<replace_this>"
|
|
]
|
|
}
|