Hey there! Thanks for checking out ScrapeGraphAI! We're excited to have you here! 🎉
- Fork the repository from the pre/beta branch 🍴
- Clone your fork locally 💻
- Install uv (if you haven't):
curl -LsSf https://astral.sh/uv/install.sh | sh
- Run
uv sync
(creates virtual env & installs dependencies) ⚡ - Run
uv run pre-commit install
🔧 - Make your awesome changes ✨
- Test thoroughly 🧪
- Push & open a PR to the pre/beta branch 🎯
Keep it clean and simple:
- Follow our code style (PEP 8 & Google Python Style) 🎨
- Document your changes clearly 📚
- Use these commit prefixes for your final PR commit:
feat: ✨ New feature fix: 🐛 Bug fix docs: 📚 Documentation style: 💅 Code style refactor: ♻️ Code changes test: 🧪 Testing perf: ⚡ Performance
- Be nice to others! 💝
Found a bug or have a cool idea? Open an issue and let's chat! 💬
MIT Licensed. See LICENSE file for details.
Let's build something amazing together! 🌟