https://github.com/squidmin/pytorrent
asyncio torrent client written in Python
https://github.com/squidmin/pytorrent
bittorrent python
Last synced: 11 months ago
JSON representation
asyncio torrent client written in Python
- Host: GitHub
- URL: https://github.com/squidmin/pytorrent
- Owner: squidmin
- License: mit
- Created: 2017-08-24T13:02:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T21:34:35.000Z (over 3 years ago)
- Last Synced: 2025-02-07T13:54:40.093Z (over 1 year ago)
- Topics: bittorrent, python
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pytorrent
An async torrent client written in Python.
Old code for SWE capstone project. Not recently validated. Experiment / use at your own discretion.
For more information about the BitTorrent protocol, refer to: https://en.wikipedia.org/wiki/BitTorrent
---
Kudos: [@badstreff](https://github.com/badstreff)