NAME
Rtmgr::Gen::Db - Connect to rTorrent/ruTorrent installation and get a list of torrents, storing them to a database.!
VERSION
Version 0.02
SYNOPSIS
Connects to a rTorrent/ruTorrent installation.
This module connects to an installation of rTorrent/ruTorrent and builds a local SQLite database with the content of the seedbox.
SUBROUTINES/METHODS
use Rtmgr::Gen qw(get_hash create_db_table get_name get_tracker);
my $create_db = create_db_table('database'); print $create_db;
my $get_hash = get_hash('user','password','host','443','RPC2','database'); print $get_hash;
my $get_name = get_name('user','password','host','443','RPC2','database'); print $get_name;
my $get_tracker = get_tracker('user','password','host','443','RPC2','database'); print $get_tracker;
get
AUTHOR
Clem Morton, <clem at cpan.org>
BUGS
Please report any bugs or feature requests to bug-rtmgr-gen-db at rt.cpan.org
, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Rtmgr-Gen-Db. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Rtmgr::Gen::Db
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
This software is Copyright (c) 2020 by Clem Morton.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)