This is a repository for Covid Care Teens and its applications.
You can test these apps with streamlit
in python
.
This bot interacts with users directly on Discord. In any server that the bot is present (including CCT's own server), a user can request the bot for data on available beds. The request can be specific to a location. The response is given as a series of embeds, each of which is an hospital with available beds, matching the user's request.
- Clone this repository using
git clone https://github.com/Nikhil0504/CCT-App.git
. - Go to the directory and install the repositories using
pip
by doingpip install -r requirements.txt
. - Run
streamlit run app.py
for the CoWIN Vaccination availablity.
NOTE: This app only works with Indian IP addresses.
Now you can access the apps here: https://share.streamlit.io/nikhil0504/cct-app/main/apps/app.py https://share.streamlit.io/nikhil0504/cct-app/main/apps/active_cases.py
If the app doesn't open you can open it with Local URL: http://localhost:8501 Network URL: http://192.168.1.7:8501