{"id":17834813,"url":"https://github.com/animmouse/torrent-webseed-creator-colab","last_synced_at":"2026-04-01T22:05:01.271Z","repository":{"id":103524607,"uuid":"326899097","full_name":"AnimMouse/torrent-webseed-creator-colab","owner":"AnimMouse","description":"Webseeded torrent creator using Google Colaboratory","archived":false,"fork":false,"pushed_at":"2024-02-26T17:05:26.000Z","size":32,"stargazers_count":38,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T00:37:48.119Z","etag":null,"topics":["bittorrent","burnbit","colab","google-colab","google-colaboratory","jupiter-notebook","jupyter-notebook","torrent","torrent-webseed","urlhash","webseed"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnimMouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-05T05:44:50.000Z","updated_at":"2026-03-21T10:16:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5964da6-5d1d-4ad8-93ff-a620b9fb51da","html_url":"https://github.com/AnimMouse/torrent-webseed-creator-colab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnimMouse/torrent-webseed-creator-colab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftorrent-webseed-creator-colab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftorrent-webseed-creator-colab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftorrent-webseed-creator-colab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftorrent-webseed-creator-colab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnimMouse","download_url":"https://codeload.github.com/AnimMouse/torrent-webseed-creator-colab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftorrent-webseed-creator-colab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bittorrent","burnbit","colab","google-colab","google-colaboratory","jupiter-notebook","jupyter-notebook","torrent","torrent-webseed","urlhash","webseed"],"created_at":"2024-10-27T20:11:28.809Z","updated_at":"2026-04-01T22:05:01.244Z","avatar_url":"https://github.com/AnimMouse.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Torrent Webseed Creator on Colab\nWebseeded Torrent Creator using Google Colaboratory.\n\nInspired by [BurnBit †](https://web.archive.org/web/20160304022643/http://burnbit.com/) and [URLHash](http://www.urlhash.com).\n\nPowered by [torrenttools](https://github.com/fbdtemme/torrenttools) to create a torrent file.\n\nAn alternative to BurnBit and URLHash.\n\nConvert direct HTTP link to .torrent\n\nYour file is then burned into a torrent.\n\nTorrents created are trackerless, relying on Distributed Hash Table and Peer EXchange, to help reduce the burden of torrent trackers.\n\nFor people that have unstable internet.\\\nCan be paused because it is a torrent.\\\nUtilizes the power of peer to peer downloads and the client-server downloads.\\\nCombines the best of both worlds (P2P and Direct HTTP Link).\n\n## How to use\n1. Open in Google Colaboratory.\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AnimMouse/torrent-webseed-creator-colab/blob/main/Torrent_Webseed_Creator.ipynb)\n2. Input data on form.\n   * Name: The name of the torrent file.\n   * Comment: The comment inside the torrent file.\n   * URL: The URL of the file to download and create a torrent from.\n   * File name: The file name of the file you will create a torrent from.\n   * Piece size: The size of the torrent pieces in power of 2 (2^n) or in kilobyte (KB) or auto for automatic calculation.\n   * Protocol Version: The version of BitTorrent protocol to use. Either [v1](https://www.bittorrent.org/beps/bep_0003.html), [v2, or hybrid](https://www.bittorrent.org/beps/bep_0052.html).\n3. Click play in every cell.\n\n### URL requirements\n1. URL must be accessible without cookies. [Source](http://www.urlhash.com)\n2. The URL should not expire, or it will stop working sometime if there is not enough seeders. [Source](https://web.archive.org/web/20160310075751/http://burnbit.com/faq#httpseeds)\n\n### Recommend piece size\n| Piece Size | torrenttools | for file sizes     |\n|------------|--------------|--------------------|\n| Automatic  | auto         | Any                |\n| 512 KiB    | 19 or 512K   | 512 MiB - 1024 MiB |\n| 1024 KiB   | 20 or 1024K  | 1 GiB - 2 GiB      |\n| 2048 KiB   | 21 or 2048K  | 2 GiB - 4 GiB      |\n| 4096 KiB   | 22 or 4096K  | 4 GiB - 8 GiB      |\n| 8192 KiB   | 23 or  8192K | 8 GiB - 16 GiB     |\n| 16384 KiB  | 24 or 16384K | 16 GiB - 512 GiB   |\n| 32768 KiB  | 25 or 32768K | \u003e512 GiB           |\n\nSource: [Seedboxes.cc](https://community.seedboxes.cc/articles/how-to-create-a-torrent-via-the-command-line)\n\n### File size limit\nAs of 2024-02-27\n* CPU: ≈81.3 GB\n* T4 GPU: ≈51.9 GB\n* TPU: ≈79 GB\n\n#### Alternatives\n1. [Torrent Webseed Creator on GitHub Actions](https://github.com/AnimMouse/torrent-webseed-creator)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimmouse%2Ftorrent-webseed-creator-colab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanimmouse%2Ftorrent-webseed-creator-colab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimmouse%2Ftorrent-webseed-creator-colab/lists"}