Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] API Endpoint for querying #26

Open
Raiishin opened this issue Nov 1, 2024 · 2 comments
Open

[Feature Request] API Endpoint for querying #26

Raiishin opened this issue Nov 1, 2024 · 2 comments

Comments

@Raiishin
Copy link

Raiishin commented Nov 1, 2024

Would be very useful if there is an API endpoint for me to use, which will return a JSON for me to use and manipulate on my own end.

As for how to pass the file through, perhaps the user has to upload it somewhere on the cloud, like S3 perhaps?

@benjamin-awd
Copy link
Owner

benjamin-awd commented Nov 1, 2024

hey @Raiishin, unfortunately Streamlit doesn't support any kind of REST API overlay so it'll be quite difficult to implement (open to a PR if you'd like to try something outside of that though)

Currently I'm sending my statements to a Gmail address, then running a serverless function that extracts the transactions and uploads it to a GCS bucket as a CSV file.

@Raiishin
Copy link
Author

Raiishin commented Nov 1, 2024

@benjamin-awd Cool process, do you have a guide on how one can implement this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants