Thank you for your interest in contributing!
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
git clone https://github.com/data-scrape/data-extraction-api.git
cd data-extraction-api
pip install -r requirements.txt- Follow PEP 8
- Use type hints where possible
- Add docstrings for all functions and classes
Use GitHub Issues to report bugs or request features.