Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raklaptudirm/mtor
Simple Torrent Downloader
https://github.com/raklaptudirm/mtor
bittorrent bittorrent-client p2p torrent torrent-downloader
Last synced: 2 days ago
JSON representation
Simple Torrent Downloader
- Host: GitHub
- URL: https://github.com/raklaptudirm/mtor
- Owner: raklaptudirm
- License: apache-2.0
- Created: 2022-03-11T11:11:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T17:44:12.000Z (over 2 years ago)
- Last Synced: 2024-12-05T20:40:50.914Z (19 days ago)
- Topics: bittorrent, bittorrent-client, p2p, torrent, torrent-downloader
- Language: Go
- Homepage: https://laptudirm.com/x/mtor
- Size: 119 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Mtor Torrent Downloader
![logo](https://user-images.githubusercontent.com/68542775/159016981-a16fb54b-706e-47d4-b469-501ed03527e0.png)
### Installation
```bash
go install laptudirm.com/x/mtor/cmd/mtor@latest
mtor [torrent file]
```### Roadmap
```py
# Implement a custom bencode parser for better usage.
# Add support for multi-file torrent storage.
# Sit down and actually think about the struct names.
```### License
Mtor is licensed under the [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0).