-
Install GitHub CLI
gh auth login
-
Install Automation Scripts Dependencies
Ensure you have Python 3.x installed.
pip install -r requirements.txt
-
Run the Scripts
Navigate to your project directory and run:
python install_extensions.py python analyze_prs.py python bounty_tracker.py
install_extensions.py: Installs necessary GitHub CLI extensions and automation tools.analyze_prs.py: Analyzes pull requests for specific details.bounty_tracker.py: Tracks and claims bounties from GitHub issues.
Feel free to submit issues or pull requests to enhance the functionality of Aider!