{"id":43988274,"url":"https://github.com/riffcc/torrent2ipfs","last_synced_at":"2026-02-07T10:10:00.052Z","repository":{"id":41853861,"uuid":"482092105","full_name":"riffcc/torrent2ipfs","owner":"riffcc","description":"BitTorrent to IPFS \"bridge\". Downloads items using qBittorrent, then adds them to IPFS and records the results.","archived":false,"fork":false,"pushed_at":"2022-04-26T09:28:16.000Z","size":276,"stargazers_count":23,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T07:48:56.354Z","etag":null,"topics":["bittorrent","ipfs","python3","torrent-downloader"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riffcc.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}},"created_at":"2022-04-15T21:45:34.000Z","updated_at":"2025-10-02T19:12:52.000Z","dependencies_parsed_at":"2022-08-11T19:31:07.293Z","dependency_job_id":null,"html_url":"https://github.com/riffcc/torrent2ipfs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/riffcc/torrent2ipfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riffcc%2Ftorrent2ipfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riffcc%2Ftorrent2ipfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riffcc%2Ftorrent2ipfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riffcc%2Ftorrent2ipfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riffcc","download_url":"https://codeload.github.com/riffcc/torrent2ipfs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riffcc%2Ftorrent2ipfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29192093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","ipfs","python3","torrent-downloader"],"created_at":"2026-02-07T10:09:59.487Z","updated_at":"2026-02-07T10:10:00.047Z","avatar_url":"https://github.com/riffcc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# torrent2ipfs\ntorrent2ipfs is a BitTorrent to IPFS bridge. It takes torrent files, downloads them with a torrent client and then adds the downloaded content to IPFS.\n\nRequires IPFS, Python3, qBittorrent.\n\ntorrent2ipfs will add all torrents from ingest/ to qBittorrent with a special tag, then monitor qBittorrent until it no longer has any torrents to download. It will create IPFS hashes for each torrent you added, storing them as a JSON file. It's smart enough to skip creating IPFS hashes for torrents it has already processed before.\n\ntest.torrent is included for testing, which is actually ubuntu-20.04.4-live-server-amd64.iso.torrent\n\n## Setup\nYou'll need to install some python libraries before running this.\n\n```\npip3 install python-dotenv\npip3 install qbittorrent-api\npip3 install ipfshttpclient\npip3 install humanfriendly\n```\n\nYou'll also need to create a configuration file. Copy `.env.dist` to `.env` and edit it.\n\nYou'll end up with something like this:\n```\n# Username\nusername=zorlin\n# Password\npassword=mysecurepassword\n# URL\nurl=qbittorrent.nasa.gov\n# Port\nport=443\n# Label to use for adding and checking torrents\nlabel=torrent2ipfs\n```\n\n## Usage\nPlace torrents to \"convert\" into ingest/, then run `python3 main.py`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friffcc%2Ftorrent2ipfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friffcc%2Ftorrent2ipfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friffcc%2Ftorrent2ipfs/lists"}