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.php
toconfig.php
. - add your letterboxd username to the config file.
- open
cron.php
, wait and thenstatus.php
to check if it is working. - schedule a cronjob to call
cron.php
every hour/day or enablePOORMANSCRON
in the config. - setup your torrent client to call
index.php
.
- git clone or copy new files to server.
- copy
config-sample.php
changes toconfig.php
. - open
cron.php
, wait - then
status.php
to check if it is working.
if something doesn't seem to work enable development mode in config.php
to see error messages.