JLLeitschuh / lgtm_hack_scripts

Collection of python helper API's for interacting with LGTM.com in ways the official API doesn't support.
MIT License
23 stars 10 forks source link

Add script for rebuilding all project builds #19

Closed mrthankyou closed 3 years ago

mrthankyou commented 3 years ago

Resolves #17 and #18.

Tested locally and everything seems to work just fine. All projects that failed in my LGTM.account was restarted.

mrthankyou commented 3 years ago

Do not merge this script yet. I realized there is no rate throttling and would like to add it to prevent any rate limit issues on LGTM's end.

mrthankyou commented 3 years ago

Tested and confirmed throttling works.