Service to crawler https://github.com/trending and response structured JSON list.
# run docker image
docker run -d \
-p 18000:8000 \
--name github-trending \
ghcr.io/tomowang/github-trending:latest
# testing
curl http://localhost:18000/api/trending
# or specify language
curl http://localhost:18000/api/trending/pythonSee API Documentation for more details.