Thank you for your interest in improving this project. Contributions of all kinds are welcome, whether it's fixing bugs, improving performance, or suggesting new ideas.
If you encounter an issue:
- Open a new issue in the repository
- Clearly explain what went wrong
- Provide steps to reproduce the problem
- Include relevant details such as environment, logs, or screenshots if applicable
Have an idea to improve the API?
- Check existing issues to avoid duplicates
- Create a new issue describing your idea
- Explain the use case and potential impact
To contribute code:
- Fork the repository
- Create a new branch based on the main branch
- Make your changes with clear and clean commits
- Test your implementation locally
- Submit a pull request with a proper description
pip install fastapi uvicorn httpx beautifulsoup4 curl_cffiuvicorn api:app --host 0.0.0.0 --port 8000 --reloadpython verify.py- Follow consistent formatting and structure
- Write readable and maintainable code
- Keep functions modular and simple
- Ensure your changes do not break existing endpoints
- Keep pull requests focused and minimal
- Add comments where necessary
- Avoid unnecessary dependencies
- Maintain backward compatibility where possible
Please maintain respectful communication and constructive discussions while collaborating.
Thank you for contributing to this project.