mirror of
https://github.com/twisterarmy/twister-rss-bot.git
synced 2025-01-30 08:34:21 +00:00
update twister-php api
This commit is contained in:
parent
dd0b3e7eaf
commit
9ba612c5ac
@ -9,6 +9,6 @@
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"twisterarmy/twister": "^1.0"
|
||||
"twisterarmy/twister": "^1.1"
|
||||
}
|
||||
}
|
||||
|
@ -164,28 +164,6 @@ foreach ($config->feed as $feed)
|
||||
// Send each message to the twister account
|
||||
foreach ($query->fetchAll() as $queue)
|
||||
{
|
||||
// Get post k
|
||||
if (null === $posts = $twister->getPosts([$feed->target], 1))
|
||||
{
|
||||
echo sprintf(
|
||||
_('Could not receive twister posts for "%s" %s'),
|
||||
$feed->target,
|
||||
PHP_EOL
|
||||
);
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
if (isset($posts['result'][0]['userpost']['k']))
|
||||
{
|
||||
$k = (int) $posts['result'][0]['userpost']['k'] + 1;
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
$k = 1; // initial post
|
||||
}
|
||||
|
||||
// Apply replacements
|
||||
$message = str_replace(
|
||||
$search,
|
||||
@ -203,8 +181,8 @@ foreach ($config->feed as $feed)
|
||||
|
||||
$twister->newPostMessage(
|
||||
$feed->target,
|
||||
$k,
|
||||
$message,
|
||||
null,
|
||||
$errors
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user