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);