ahmad-abdellatif / BotHunter

GNU Lesser General Public License v2.1
4 stars 5 forks source link

Increased API query limit #5

Closed natarajan-chidambaram closed 1 week ago

natarajan-chidambaram commented 1 week ago

Increased API query limit from 30 (default) to 100. This modification is done by changing PyGitHub's argument "per_page=100". This will save some GitHub API resource.

ahmad-abdellatif commented 1 week ago

Thanks Natrajan for the suggested modification.