Advertisement
irokemr

api twitch clips

Nov 25th, 2019
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.47 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3.  
  4. $context = stream_context_create($opts);
  5.  
  6.  
  7. $usuario = $_POST['usuario'];
  8. $file = file_get_contents("https://todocodigos.000webhostapp.com/twitch/clips/clips.php?usuario=$usuario", false, $context);
  9.  
  10.  
  11.  
  12.  
  13. $image_data = json_decode($file, true);
  14. $twitch = json_decode($file, true);
  15.  
  16.  
  17. $news = json_decode($news, true);
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. ?>  
  26.  
  27.  
  28.  
  29. <?php  for ($i = 0; $i < count($image_data['clips']); $i ++) {
  30.    
  31.  
  32.  
  33. ?>
  34.  
  35.    
  36.  
  37.  
  38.  
  39.    
  40.  
  41.  
  42.  
  43.  
  44.  
  45.    
  46.  
  47.        <br>
  48.      <b>Clip:</b> =>  <?php echo $twitch['clips'][$i]['url'];  ?>
  49.      <br>
  50.    
  51.        <b>Autor del clip:</b> =>  <?php echo $twitch['clips'][$i]['curator']['name'];  ?>
  52.        <br>
  53. <?php }?>
  54. <br>
  55.  <br>
  56.  
  57.  <br>
  58.  
  59.  ******************************
  60.  <br>
  61.  <form action="" method="POST">
  62.  <input type="text" size="50" name="usuario" id="usuario" placeholder="Escribe el nombre del streamer">
  63.  
  64.  <input type="submit" value="Ver clips">
  65.   </form>
  66.    *****************************
  67.  <br>
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. <h3>API TWITCH:
  77. <br>
  78. <a href="https://todocodigos.000webhostapp.com/twitch/api/api.php" target="_blank">api twitch</a>
  79. <br>
  80. <a href="https://todocodigos.000webhostapp.com/twitch/emoticonos/emoticonos.php" target="_blank">Api emoticonos twitch</a>
  81. <br>
  82. <a href="https://todocodigos.000webhostapp.com/twitch/seguidores/seguidores1.php">Api twitch seguidores</a>
  83. <br>
  84. <a href="https://pastebin.com/pvetpvGG" target="_blank">Api twitch clips</a>✔️
  85.    
  86. </h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement