paulodiovani / hacktoberrank

Hacktoberfest Rank
https://hacktoberrank-challenge.herokuapp.com/
MIT License
6 stars 17 forks source link

Remove [bot]s from results #37

Open paulodiovani opened 4 years ago

paulodiovani commented 4 years ago

We don't want to list bots in the rank, which usually create auto pull requests to upgrade forks from upstream branches or from repositories outside github.

lldh commented 4 years ago

Hi, Can I grab this one? Thanks!

paulodiovani commented 4 years ago

Sure. :)

paulodiovani commented 4 years ago

Reopened. We also need to remove names that ends with -bot. Actually, may anything ending with bot

paulodiovani commented 4 years ago

It seems there are also some bots with the name starting with bot or even in the middle. May we should create a blacklist stored in redis or something similar to filter out the bots.

Suggestions on the approach are welcome.