Thank you for your interest in contributing! We welcome community contributions to help track emerging technologies and improve open-source intelligence.
If you would like to track a new programming language (e.g. Kotlin, Swift, Elixir, C#), open an issue or submit a pull request modifying TRACKED_CATEGORIES in engine.py.
Improvements to index.html, style.css, and app.js (such as new visualizations, charts, or accessibility enhancements) are always welcome.
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/github-trending-tracker.git cd github-trending-tracker - Install dependencies:
pip install -r requirements.txt
- Run the intelligence engine:
python engine.py
- Test the web dashboard locally:
Open
python -m http.server 3000 --bind 127.0.0.1
http://localhost:3000in your browser.
- Python code should follow PEP 8 standards.
- Keep dependencies minimal and lightweight.
- Ensure all tests pass before submitting a pull request.