Raisess / bitfunky

A small BitTorrent client API and CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitFunky

A small BitTorrent client API and CLI.

Dependencies

Building and Installing

After installed dependencies, build the lib running this command on your terminal:

make

To install:

make install
  • Installed shared object path: /usr/local/lib/bitfunky.so.

Official Clients

CLI

A simple cli written in C++, using cli-creator. You can check how to install and use the cli here: ./cli/README.md.

GUI

  • TODO: I really don't like to write UI's anymore :(

Features

  • Download torrents from .torrent files and magnet links;
  • Create torrents from file directories;
  • Magnet database, manage locally stored magnet links to create downloads.

About

A small BitTorrent client API and CLI.

License:MIT License


Languages

Language:C++ 90.3%Language:Makefile 6.3%Language:Python 3.4%