BitTorrent library and CLI written in Crystal.
This project is still ongoing.
Add this to your application's shard.yml:
dependencies:
torrent:
github: utay/bittorrent
- Leech multi files torrent
- Seed
- Better CLI
- Fork it (https://github.com/utay/bittorrent.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Yannick Utard - creator and maintainer