is a webapp that crawls the letterboxd watchlist of a certain user and searches torrent sites like KickassTorrents for torrents that match the watchlist and serves them as a rss feed for automatic download.
- support for multiple torrent sites
- filter: black- and whitelist, filesize, min. seeds
- supports multiple torrent clients:
-
- deluged with YaRSS2
-
- Synology Download Center
-
- ...
- file based sqlite database
- optional poormanscron
- a webserver with php support
- letterboxd account
- bittorrent client with RSS support
- (optional) cron
- download or git clone the repository to your sever.
- you may need to make the folder writable to your server user.
- copy
config-sample.phptoconfig.php. - add your letterboxd username to the config file.
- open
cron.php, wait and thenstatus.phpto check if it is working. - schedule a cronjob to call
cron.phpevery hour/day or enablePOORMANSCRONin the config. - setup your torrent client to call
index.php.
- git clone or copy new files to server.
- copy
config-sample.phpchanges toconfig.php. - open
cron.php, wait - then
status.phpto check if it is working.
if something doesn't seem to work enable development mode in config.php to see error messages.