DripDrop was written as a project to gain a deeper knowledge of Python. It is not recommended as a client for actual BitTorrent use. At present, the client only downloads files from other peers and does not upload them.
DripDrop requires the following Python packages:
pip3 install twistedpip3 install requestspip3 install bencode3To run DripDrop download the files and use the command line to run dripdrop.py from the root directory:
python3 dripdrop.py
This will open an interface which will request the name of a .torrent file. This .torrent file should be stored in root directory as well.
At present, DripDrop is only known to work on Linux and to interact with Deluge and Qbittorrent clients.
DripDrop is copyright 2018 Dan Chenoweth and is available under the MIT License.
