Thomas ☻
Thomas ☻
Hi, I updated the GitHub recently with new deployment instructions. Please try deploying on PythonAnywhere and let me know if that works for you.
The original project that I took inspiration from didn't have a caching mechanism, and I never thought to create one. That's actually a very good idea to implement. However, this...
Sorry for the delayed response, I have been busy and will review the PR whenever I have time. Yes, you may refer to my template for your project.
Hi @MAKzzY, apologies for the late response. Were you able to successfully obtain a refresh token?
Currently working on a fix right now with many updates. A new commit will be pushed soon.
Hi @swersk, There is no need to modify your `vercel.json` file. You just need to visit `https://{PROJECT_NAME}.vercel.app/api`, replacing `{PROJECT_NAME}` with the name you gave your Vercel project. Please check your...
The outdated dependencies and #10 will be addressed in the next commit.
This is most likely due to an outdated dependencies list. Just go to the `./api/requirements.txt` file and remove the version numbers and it should work fine.
Just letting you know that you're exposing your Refresh Token, Client ID, and Client Secret here. I think you meant to make this change on your own copy of this...
Hi, I updated the GitHub recently with new deployment instructions. Please try deploying on PythonAnywhere and let me know if that works for you.