|
| 1 | + |
| 2 | +## Installation |
| 3 | + |
| 4 | +```bash |
| 5 | + git clone https://github.com/codeterrayt/Dare2024.com-Solver.git && |
| 6 | + cd Dare2024.com-Solver |
| 7 | +``` |
| 8 | + |
| 9 | +## Install dependencies: |
| 10 | +```bash |
| 11 | + pip install selenium |
| 12 | + pip install webdriver-manager |
| 13 | +``` |
| 14 | + |
| 15 | +## Run the script: |
| 16 | +```bash |
| 17 | + python main.py |
| 18 | +``` |
| 19 | +## Demo |
| 20 | +```bash |
| 21 | +Enter Your Name: YourName |
| 22 | +Enter Link: = (dare2024.com LINK) |
| 23 | +``` |
| 24 | + |
| 25 | +# Contributing to Dare2024.com Solver |
| 26 | + |
| 27 | +👍🎉 First off, thanks for taking the time to contribute! 🎉👍 |
| 28 | + |
| 29 | +The following is a set of guidelines for contributing to Dare2024.com Solver. These are just guidelines, not rules, so use your best judgment and feel free to propose changes to this document in a pull request. |
| 30 | + |
| 31 | +## How Can I Contribute? |
| 32 | + |
| 33 | +### Reporting Bugs |
| 34 | + |
| 35 | +If you find a bug, please ensure that it has not already been reported by searching the [GitHub issues](https://github.com/codeterrayt/Dare2024.com-Solver/issues). If not, please open a new issue, providing detailed information about the bug, including steps to reproduce it. |
| 36 | + |
| 37 | +### Enhancements and Features |
| 38 | + |
| 39 | +If you have an idea for an enhancement or a new feature, we'd love to hear about it! Open an issue and let us know your thoughts. Discussions and suggestions are welcome. |
| 40 | + |
| 41 | +### Pull Requests |
| 42 | + |
| 43 | +We welcome contributions! If you'd like to contribute code, follow these steps: |
| 44 | + |
| 45 | +1. Fork the repository on GitHub. |
| 46 | +2. Clone your forked repository to your local machine. |
| 47 | + |
| 48 | + ```bash |
| 49 | + git clone https://github.com/your-username/Dare2024.com-Solver.git |
| 50 | + cd Dare2024.com-Solver |
| 51 | + ``` |
| 52 | + |
| 53 | +3. Create a new branch for your feature or fix. |
| 54 | + |
| 55 | + ```bash |
| 56 | + git checkout -b feature/your-feature |
| 57 | + ``` |
| 58 | + |
| 59 | +4. Make your changes and commit them. |
| 60 | + |
| 61 | + ```bash |
| 62 | + git add . |
| 63 | + git commit -m "Add your feature" |
| 64 | + ``` |
| 65 | + |
| 66 | +5. Push the changes to your fork. |
| 67 | + |
| 68 | + ```bash |
| 69 | + git push origin feature/your-feature |
| 70 | + ``` |
| 71 | + |
| 72 | +6. Open a pull request on GitHub. |
| 73 | + |
| 74 | +### Code Style |
| 75 | + |
| 76 | +Please follow the existing code style used in the project. If you are introducing a new feature, make sure to include appropriate tests. |
| 77 | + |
| 78 | +## License |
| 79 | + |
| 80 | +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
| 81 | + |
| 82 | +Happy contributing! |
0 commit comments