complete rewrite of comment scraper, caching features still missing

This commit is contained in:
2019-10-16 18:52:43 +02:00
parent e678442198
commit 6ae152a3d1
6 changed files with 161 additions and 1152 deletions

View File

@@ -1,7 +1,7 @@
<?php
$config = [
'mastodon-instance' => 'https://mastodon.social',
'user-id' => 549759,
'threshold' => 300,
'token' => '47598kdjhfgkdg894kejg834joejg43'
'user-id' => 379833,
'search-url' => 'https?://fsfe.org', // please use https?:// as schema
'threshold' => 300
];