The project I made for the Atlassian Hack@Home challenge's final 4-hour individual hackathon where I won the 1st Prize from an initial pool of more than 2,000 students.
Last updated Nov 28, 2025
18
Stars
0
Forks
0
Issues
0
Stars/day
Attention Score
2
Language breakdown
No language data available.
▸ Files
click to expand
README
Atlassian Hack@Home Final Round Winning Submission
1. The Dash Web App with Real Time Data Visualizations
- The data is fetched using
pandasfrom the John Hopkins Universtiy Github Repo which is updated daily.
2. The Covid Info Store
- It shows one of the best articles on COVID-19.
- Have to add a ranking algorithm to improve upon the recommendations.
3. Slack Bot
- It updates the user directly on Slack on the changes in the COVID-19 cases in India.
- Using
BeautifulSoupthe data is directly scraped from the official Indian Government Data - Any changes in the number of cases is reported along with the same for all States/UT
- To add this to your own slack:
- Configure your custom slack app to a specific channel where you want the upates.
- Add your own webhook url in the code.
TODO
- Add a
plotly express scatter map_boxspecifically for India. - Add more visualizations for more specific data.
- Deploy the webapp using
Heroku. - Work on the
UIof The Covid Info Store. - Add a dynamic addition of curated articles for everyone to read on COVID-19 from official sources.
🔗 More in this category