From 47fb66f688fc26342648adba8824d5d24fb12ae8 Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:19:31 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 40 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index e5f95c19..80284fbf 100644 --- a/README.md +++ b/README.md @@ -143,31 +143,6 @@ When prompted by the app, upload a CSV (comma separated value) file containing t Streamlit app link: https://scrape-review-analysis.streamlit.app -## Contribution - - - πŸŽ‰ -Contributions are welcome! If you have any suggestions for improvements or new features, please feel free to submit a pull request. Your contributions help make this project better for everyone. - - πŸš€ - -
-

- - - πŸ”₯ -Contribution

-
-

This project thanks all the contributors for having your valuable contribution to our project

-
- -
- - - -
-
- ## Final Dataset πŸ”¬Here is the Link to **Final Dataset:** [Drive Link](https://drive.google.com/file/d/1sTNAeuy-99Hao0V5AOVznLXyDJC2zuFn/view?usp=sharing) containing the scraped IMDb movie reviews. This dataset can be used for analysis, research, or any other purposes you require. πŸ“¦ @@ -181,6 +156,21 @@ Streamlit app link: https://scrape-review-analysis.streamlit.app

Back to top

* +## 🌍 Our Valuable Contributors + +

+ + + +

+ +
+ +### πŸŽ‰ Thank You to All Our Amazing Contributors! πŸŽ‰ + +We are incredibly grateful for your dedication and hard work. Your contributions have been invaluable in making this project a success. Thank you for being a part of our journey! + + ## 🌐 Connect with Me
From d4041b5c81c19ae4927c8b5b24022b2bbb0f56dc Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:20:32 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80284fbf..1ccb46a5 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Streamlit app link: https://scrape-review-analysis.streamlit.app For any issues regarding the scraper, feel free to open an issue on GitHub. We'll be happy to assist you with any problems or inquiries you may have. πŸ› οΈ

Back to top

-* + ## 🌍 Our Valuable Contributors From 0cd436ec2c4819c02148337ff51dff53e3cde01c Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:30:45 +0530 Subject: [PATCH 3/4] Update and rename bug_report.md to BUG.yml --- .github/ISSUE_TEMPLATE/BUG.yml | 51 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 38 --------------------- 2 files changed, 51 insertions(+), 38 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/BUG.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml new file mode 100644 index 00000000..f65ad53d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -0,0 +1,51 @@ +name: β€‹πŸž Bug +description: Report an issue to help us improve the project. +title: '[BUG] ' +labels: ["bug"] +body: + - type: textarea + attributes: + label: Description + id: description + description: A brief description of the issue or bug you are facing, also include what you tried and what didn't work. + validations: + required: false + - type: textarea + attributes: + label: Screenshots + id: screenshots + description: Please add screenshots if applicable + validations: + required: false + - type: textarea + attributes: + label: Any additional information? + id: extrainfo + description: Any additional information or Is there anything we should know about this bug? + validations: + required: false + - type: dropdown + id: browsers + attributes: + label: What browser are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: checkboxes + id: no-duplicate-issues + attributes: + label: 'Checklist' + options: + - label: 'I have checked the existing issues' + required: true + + - label: 'I have read the [Contributing Guidelines]()' + required: true + - label: "I'm a GSSoC'24-Extd contributor" + - label: "I'm a Hacktoberfest'24 contributor" + + - label: 'I am willing to work on this issue (optional)' + required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea78..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. From 3e27d96e01d3a9b54861dbca819f630404c72026 Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:31:22 +0530 Subject: [PATCH 4/4] Update BUG.yml --- .github/ISSUE_TEMPLATE/BUG.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index f65ad53d..5c56edca 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -42,7 +42,7 @@ body: - label: 'I have checked the existing issues' required: true - - label: 'I have read the [Contributing Guidelines]()' + - label: 'I have read the [Contributing Guidelines](https://github.com/alo7lika/Scrape-ML/blob/alo/CONTRIBUTING.md)' required: true - label: "I'm a GSSoC'24-Extd contributor" - label: "I'm a Hacktoberfest'24 contributor"