Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (35 loc) · 1.03 KB

Trmsbs

tiramisubs scraper

latestcontent:

$ cd cons;ls
$ chmod +x trmsbs.py #if necessary
$ ./trmsbs.py

deploy+params argument:

$bc = basename(__FILE__);
print "/$bc?page={1..99}"; 
  • /$bc?home main
  • /$bc?page={1..99} page
  • /$bc?search=$argv[0] query

Discord

integerate this repo to hookbot

$ cd trmsbs/feed
$ code index.php #vscode
function sed($t)
{
    $sed = $t;
    $sed = str_replace('https://trmsbs.sinkaroid.org/application/controllers/get.php?anti=', 'yoursite',    
	$sed);
    return $sed;
} # if necessary or u can use your own rss fetcher

License

MIT