LLNL / scraper

Python library for getting metadata from source code hosting tools
MIT License
49 stars 23 forks source link

Cocomo url not working #55

Closed lbeaufort closed 3 years ago

lbeaufort commented 3 years ago

Hi! 👋 thanks for providing this great resource!

The Cocomo link here: https://github.com/LLNL/scraper/blob/84545d6730c411957eed7c2b028ea718aaa90890/scraper/util.py#L166 doesn't seem to work anymore.

curl "https://csse.usc.edu/tools/cocomoii.php"
curl: (7) Failed to connect to csse.usc.edu port 443: Operation timed out

The USC site links to http://softwarecost.org/tools/COCOMO/ and the scraper seems to work when I update cocomo_url to this softwarecost.org URL. Do you think the link should be updated? Thanks!

IanLee1521 commented 3 years ago

Thanks @lbeaufort !

This is the second time they've changed the URL on us. :)

I don't suppose you're willing to submit the PR to fix the URL are you?

lbeaufort commented 3 years ago

I'd be happy to, I'll do that today :)