-
Notifications
You must be signed in to change notification settings - Fork 33
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
Not able to fetch data in streamlit app #9
Comments
There is some issue with the API. It has stopped working. Is there any other API? |
I am creating a similar application using the same API and it's working fine. I just change the district_id and date based on my convenience |
The API works on my local but not on https://share.streamlit.io where the app is hosted |
Try hosting it on heroku platform. |
i think streamlit does not allow connections to all sites. Same problem with python anywhere. |
Can this code made in such a way, that we input all the filters to script to run in loop (backend) and it gives a pop-up or whatsapp message as soon as the vaccine is available? |
hi @atulmits, WhatsApp is hell. You may check out wappdriver, which no longer maintained. WhatsApp does not have a free official API. Telegram, Discord etc has a free API, and great libraries like telethon and discord.py and why you want a loop? it can be run using a cron job, at an interval set by you. run it every hour. if you run too much, the API server may ban your IP. email is great, and simple. |
The program is unable to fetch the details of vaccines available in any district
The text was updated successfully, but these errors were encountered: