Automatically creates torrent files for the latest Clear Linux iso.
This python script downloads the latest iso from Clear Linux CDN, and automatically creates a .torrent file with the CDN as Webseed.
pip install humanize
pip install tqdm
NB : tqdm is a WIP. Not necessary for V0.1
Requires Python 3
v0.1 : Initial version
Distributed under the MIT license. See LICENSE
for more information.
Clear Linux is a trademark of Intel Corporation (see http://www.intel.com/content/www/us/en/legal/trademarks.html for more information).
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request