Browse Source

ajout de tags pour twitter

master
MEUNIER Thibaud 4 years ago
parent
commit
6b7dfbe0fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      twitter/twitterbot/robot.php

+ 1
- 1
twitter/twitterbot/robot.php View File

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

Loading…
Cancel
Save