mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 12:19:59 +00:00
6403cc8c17
for total of SEVEN methods of getting post info, i cannot bear this anymore also prevent repetitive oembed pulling
15 lines
437 B
JSON
15 lines
437 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>"
|
|
]
|
|
}
|