From 6b7dfbe0fd1640dd6dcbbb148f14f47e94c2b753 Mon Sep 17 00:00:00 2001 From: MEUNIER Thibaud Date: Mon, 11 Oct 2021 13:51:58 +0200 Subject: [PATCH] ajout de tags pour twitter --- twitter/twitterbot/robot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/twitterbot/robot.php b/twitter/twitterbot/robot.php index 8938a29..fa5d8b8 100644 --- a/twitter/twitterbot/robot.php +++ b/twitter/twitterbot/robot.php @@ -69,7 +69,7 @@ if (file_exists($image_file)) // --- // --- Tweet // --- - $tweet = "#computerart :".PHP_EOL."#bitcoin #blockchain 's".PHP_EOL; + $tweet = "#computerart #creativecoding #generativeart :".PHP_EOL."#bitcoin #blockchain 's".PHP_EOL; $tweet .= $argv[2]." Block, Height : ".$the_block->height.PHP_EOL; $tweet .= "[ See more on www.topisto.net ]"; $success = twitter::tweet($tweet, $image_file);