TeamNewPipe / web-api

REST API providing external data feeds for the NewPipe website. Written as a micro service. In Python.
MIT License
22 stars 9 forks source link

Determine contributors count using basic web scraping #5

Closed TheAssassin closed 6 years ago

TheAssassin commented 6 years ago

Implements the same feature as #4, but using web scraping, therefore requiring only a single request. Also, by avoiding the GitHub API but parsing the GitHub website, the rate limit isn't bloated.

TobiGr commented 6 years ago

Look good!

TheAssassin commented 6 years ago

Had to fix the Docker file. I deployed the new version, the count is correct now.