Fetch live data using stlite or stlite desktop #611
Unanswered
subhashsubramanian
asked this question in
Q&A
Replies: 1 comment
-
I don't know about the API rate-limit, while at least
It's not possible by nature of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My streamlit app uses live data which is web-scraped using requests and beautiful soup. By deploying the streamlit app on the cloud, the website from where data is scraped may rate limit or block it as multiple users may use it at the same time. Can I address this with stlite?
If I convert it to a stlite desktop exe, will it still be able to scrape the live data?
Also, I don't want the Python code to be available to users if it is a desktop exe.
Please advise me suitably
Beta Was this translation helpful? Give feedback.
All reactions