From 614f5781b3c26d9cb5c5d3e896b30edf84e30fee Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Sat, 12 Oct 2024 15:42:26 +0800 Subject: [PATCH] add cookies.json for example --- api/src/cookies.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 api/src/cookies.json diff --git a/api/src/cookies.json b/api/src/cookies.json new file mode 100644 index 00000000..1bd99830 --- /dev/null +++ b/api/src/cookies.json @@ -0,0 +1,14 @@ +{ + "instagram": [ + "mid=; ig_did=; csrftoken=; ds_user_id=; sessionid=" + ], + "instagram_bearer": [ + "token=", "token=IGT:2:" + ], + "reddit": [ + "client_id=; client_secret=; refresh_token=" + ], + "twitter": [ + "auth_token=; ct0=" + ] +} \ No newline at end of file