Closed ArvinZJC closed 2 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/spencerwoo/substats/DoNQHmah7Wb7JEqn5nRk9EP9xDYn
✅ Preview: https://substats-git-fork-arvinzjc-master-spencerwoo.vercel.app
closing this in favor of new release
哥哥真棒
要是用 KV 来持久化 Cookie 的话,这里有个例子:
Instagram 的话原理是一样的,但是我也不知道为什么我 Inoreader 就是拿不到 Cookie,你要不要试试?目前手动设置的 Cookie 是一个月 Expire 的。
要是用 KV 来持久化 Cookie 的话,这里有个例子:
Instagram 的话原理是一样的,但是我也不知道为什么我 Inoreader 就是拿不到 Cookie,你要不要试试?目前手动设置的 Cookie 是一个月 Expire 的。
好嘞,加 TODO 了,容我先完成一些其他的 tasks 🐌
There are 2 necessary changes required:
IG_EMAIL
andIG_PWD
: an Instagram account disabling two-factor authentication is required.wrangler kv:namespace create "KV" <--preview>
and add the console output as follows to the filewrangler.toml
Please note that
binding
must have the valueKV
. With all these configured, this PR should solve #33, though limitations exist.