Files
TorrentParts/README.md
2020-11-13 11:36:25 -05:00

69 lines
3.8 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Torrent 🧲 Parts
## What is this?
[BitTorrent](https://bittorrent.com/) is a ubiquitus and powerful way to transfer files peer-to-peer. To specify what file(s) to download with your client, you need to input either a Torrent file or Magnet link. [Torrent Parts](https://torrent.parts/) is a client-side static web app to read and edit the metadata of a Torrent file or Magnet link so you know what you're downloading, before you add it to your Torrent client.
### Features
- 📑 Display metadata of a Torrent file, Magnet link, or URL to a Torrent file ([CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) required)
- 📝 Edit title, comment, Tracker URLs, and Webseeds
- ↔️ Save and convert between Torrent file and Magnet link
- 🔗 Generate link directly to [Torrent Parts](https://torrent.parts/) with prefilled info
- 🌐 Add currently known working trackers from [newTrackon](https://newtrackon.com/)
- 👥 Fetch files metadata for a Magnet link via [WebTorrent](https://webtorrent.io/)
- Learn the basic parts of Torrent metadata and what they mean
- 🔒 Fully client-side, no files leave your computer
## Special Thanks
This project wouldn't be possible without the fantastic work of:
- @Feross and contributors, for [`parse-torrent`](https://github.com/webtorrent/parse-torrent) and [`WebTorrent`](https://github.com/webtorrent/webtorrent)
- @cvisuri, for design work
- @CorralPeltzer, for [`newTrackon`](https://github.com/CorralPeltzer/newTrackon)
- @substack and contributors, for [`Browserify`](https://github.com/browserify/browserify)
- [Github Pages](https://pages.github.com/) hosting
## License
The MIT License (MIT)
Copyright (c) 2020 Leo Herzog
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- - - -
## About Me
<a href="https://herzog.tech/" target="_blank">
<img src="https://herzog.tech/signature/link.svg.png" width="32px" />
</a>
<a href="https://twitter.com/xd1936" target="_blank">
<img src="https://herzog.tech/signature/twitter.svg.png" width="32px" />
</a>
<a href="https://facebook.com/xd1936" target="_blank">
<img src="https://herzog.tech/signature/facebook.svg.png" width="32px" />
</a>
<a href="https://github.com/leoherzog" target="_blank">
<img src="https://herzog.tech/signature/github.svg.png" width="32px" />
</a>
<a href="https://keybase.io/leoherzog" target="_blank">
<img src="https://herzog.tech/signature/keybase.svg.png" width="32px" />
</a>
<a href="https://www.linkedin.com/in/leoherzog" target="_blank">
<img src="https://herzog.tech/signature/linkedin.svg.png" width="32px" />
</a>
<a href="https://hope.edu/directory/people/herzog-leo/" target="_blank">
<img src="https://herzog.tech/signature/anchor.svg.png" width="32px" />
</a>
<br />
<a href="https://www.buymeacoffee.com/leoherzog" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/lato-black.png" alt="Buy Me A Coffee" width="217px" />
</a>