A simple tool to fetch CI Build logs from Travis CI for a certain organisation. The tool works by providing it the Organisation name (ex:github) and your Travis Access Token. In case you need one you can get it from registering here https://travis-ci.org/.
- Python 2.7
- python requests module
pip install requests
python CILeek.py -token 'mytoken' -org 'myorg'
Since we didn't provide a -dir argument all logs files will be saved in current directory.
- Get Logs from Gitlab CLI and CircleCI
Thanks to @EdOverflow for the Awesome writeup and idea
(https://edoverflow.com/2019/ci-knew-there-would-be-bugs-here/)