Skip to content

Raisess/bitfunky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.