2023-08-20 11:51:39 +01:00
|
|
|
{
|
|
|
|
"instagram": [
|
2024-02-16 10:17:19 +00:00
|
|
|
"mid=<replace>; ig_did=<with>; csrftoken=<your>; ds_user_id=<own>; sessionid=<cookies>"
|
2024-02-21 20:23:54 +00:00
|
|
|
],
|
2024-05-03 14:54:06 +01:00
|
|
|
"instagram_bearer": [
|
|
|
|
"token=<token_with_no_bearer_in_front>", "token=IGT:2:<looks_like_this>"
|
|
|
|
],
|
2024-02-21 20:23:54 +00:00
|
|
|
"reddit": [
|
|
|
|
"client_id=<replace_this>; client_secret=<replace_this>; refresh_token=<replace_this>"
|
2024-05-03 13:22:33 +01:00
|
|
|
],
|
|
|
|
"twitter": [
|
|
|
|
"auth_token=<replace_this>; ct0=<replace_this>"
|
2024-10-12 12:06:14 +01:00
|
|
|
],
|
|
|
|
"youtube_oauth": [
|
|
|
|
"<output from running `pnpm run token:youtube` in `api` folder goes here>"
|
2023-08-20 11:51:39 +01:00
|
|
|
]
|
|
|
|
}
|