{"id":19477235,"url":"https://github.com/swapnanildutta/coronavirusdatabase","last_synced_at":"2025-04-25T14:32:33.113Z","repository":{"id":50951290,"uuid":"260412763","full_name":"swapnanildutta/CoronavirusDatabase","owner":"swapnanildutta","description":"I have used web scraping to collect the data and stored it into a .json file and further using the .json file to add to SQLite Database and also trying to make an API using Flask.","archived":false,"fork":false,"pushed_at":"2023-02-16T02:12:22.000Z","size":1764,"stargazers_count":6,"open_issues_count":14,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T23:05:18.663Z","etag":null,"topics":["api","hacktoberfest","hacktoberfest2020","python3","sqlite","webscraper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swapnanildutta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-01T08:33:38.000Z","updated_at":"2021-07-05T10:14:30.000Z","dependencies_parsed_at":"2024-11-10T19:44:29.838Z","dependency_job_id":"8e8f8c3f-6be7-4b85-b17c-84fe0f0267d0","html_url":"https://github.com/swapnanildutta/CoronavirusDatabase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FCoronavirusDatabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FCoronavirusDatabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FCoronavirusDatabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FCoronavirusDatabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swapnanildutta","download_url":"https://codeload.github.com/swapnanildutta/CoronavirusDatabase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250834210,"owners_count":21494930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","hacktoberfest","hacktoberfest2020","python3","sqlite","webscraper"],"created_at":"2024-11-10T19:44:07.567Z","updated_at":"2025-04-25T14:32:32.127Z","avatar_url":"https://github.com/swapnanildutta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![HitCount](https://hits.dwyl.com/swapnanildutta/CoronavirusDatabase.svg)](https://hits.dwyl.com/swapnanildutta/CoronavirusDatabase)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)\n![Repo Size](https://img.shields.io/github/repo-size/swapnanildutta/CoronavirusDatabase)\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![GitHub license](https://img.shields.io/github/license/swapnanildutta/CoronavirusDatabase)](https://github.com/swapnanildutta/CoronavirusDatabase)\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/swapnanildutta/CoronavirusDatabase\"\u003e\n    \u003cimg src=\"assets/logo-readme.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n  \u003ch3 align=\"center\"\u003eCorona-Virus-Database\u003c/h3\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## Table of Contents\n\n- [Corona Virus Database](#corona-virus-database)\n    - [Built With](#built-with)\n  - [Getting Started](#getting-started)\n    - [Installation](#installation)\n  - [Usage](#usage)\n  - [Roadmap](#roadmap)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Contact](#contact)\n  - [Acknowledgements](#acknowledgements)\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\n### Corona Virus Database\n\nI have used web scraping to collect the data and stored it into a .json file and further using the .json file to add to SQLite Database and also trying to make an API using Flask.\n\n### Built With\n\nThis section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.\n\n- [Python 3](https://www.python.org/)\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\nThis is an example of how you may give instructions on setting up your project locally.\nTo get a local copy up and running follow these simple example steps.\n\n### Installation\n*NOTE: If running `python` does not work for you, use what you normally use to envoke python. Some things to try are `py` (for windows) and `python3` (for bash).*\n1. Clone the repo\n\n```sh\n git clone https://github.com/swapnanildutta/CoronavirusDatabase.git\n```\n\n2. Move into the cloned directory\n\n```sh\ncd CoronavirusDatabse\n```\n\n3. Create a [virtual environment](https://docs.python.org/3/tutorial/venv.html) and set it up (Optional)\n```sh\npython -m venv coronavirus_venv\n```\n##### On Windows:\n```sh\ncoronavirus_venv\\Scripts\\activate\n```\n##### On Bash (Mac or Linux):\n```sh\nsource coronavirus_venv/bin/activate\n```\nYour terminal should now be something like `(coronavirus_venv) Some\\path $`\n\n4. Install the requirements\n```sh\npython -m pip install -r requirements.txt`\n```\n5. Run CoronavirusDatabse\n```sh\npython coronavirusweb.py\n```\n\n## Usage\n\nI have used web scraping to collect the data and stored it into a .json file and further using the .json file to add to SQLite Database and also trying to make an API using Flask.\n\n- add some more features.\n- use pictures for demo if you can\n- or use gif images here if you want\n\n\u003c!-- Here you can add documentation link for the more user-understanble --\u003e\n\n_For more examples, please refer to the [Documentation]()_\n\n\u003c!-- ROADMAP --\u003e\n\n## Roadmap\n\nSee the [open issues](https://github.com/swapnanildutta/CoronavirusDatabase) for a list of proposed features (and known issues).\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\n\u003c!-- Here you can add license link  --\u003e\n\nDistributed under the License. See [`LICENSE`](https://choosealicense.com/licenses/mit/) for more information.\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\nProject Link: [https://github.com/swapnanildutta/CoronavirusDatabase](https://github.com/swapnanildutta/CoronavirusDatabase)\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## Acknowledgements\n\n- [Img Shields](https://shields.io)\n- [Choose an Open Source License](https://choosealicense.com)\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/swapnanildutta/CoronavirusDatabase.svg?style=flat\n[contributors-url]: https://github.com/swapnanildutta/CoronavirusDatabase/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/swapnanildutta/CoronavirusDatabase.svg?style=flat\n[forks-url]: https://github.com/swapnanildutta/CoronavirusDatabase/network/members\n[stars-shield]: https://img.shields.io/github/stars/swapnanildutta/CoronavirusDatabase.svg?style=flat\n[stars-url]: https://github.com/swapnanildutta/CoronavirusDatabase/stargazers\n[issues-shield]: https://img.shields.io/github/issues/swapnanildutta/CoronavirusDatabase.svg?style=flat\n[issues-url]: https://github.com/swapnanildutta/CoronavirusDatabase/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnanildutta%2Fcoronavirusdatabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswapnanildutta%2Fcoronavirusdatabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnanildutta%2Fcoronavirusdatabase/lists"}