Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- error_reporting(0);
- $context = stream_context_create($opts);
- $usuario = $_POST['usuario'];
- $file = file_get_contents("https://todocodigos.000webhostapp.com/twitch/clips/clips.php?usuario=$usuario", false, $context);
- $image_data = json_decode($file, true);
- $twitch = json_decode($file, true);
- $news = json_decode($news, true);
- ?>
- <?php for ($i = 0; $i < count($image_data['clips']); $i ++) {
- ?>
- <br>
- <b>Clip:</b> => <?php echo $twitch['clips'][$i]['url']; ?>
- <br>
- <b>Autor del clip:</b> => <?php echo $twitch['clips'][$i]['curator']['name']; ?>
- <br>
- <?php }?>
- <br>
- <br>
- <br>
- ******************************
- <br>
- <form action="" method="POST">
- <input type="text" size="50" name="usuario" id="usuario" placeholder="Escribe el nombre del streamer">
- <input type="submit" value="Ver clips">
- </form>
- *****************************
- <br>
- <h3>API TWITCH:
- <br>
- <a href="https://todocodigos.000webhostapp.com/twitch/api/api.php" target="_blank">api twitch</a>
- <br>
- <a href="https://todocodigos.000webhostapp.com/twitch/emoticonos/emoticonos.php" target="_blank">Api emoticonos twitch</a>
- <br>
- <a href="https://todocodigos.000webhostapp.com/twitch/seguidores/seguidores1.php">Api twitch seguidores</a>
- <br>
- <a href="https://pastebin.com/pvetpvGG" target="_blank">Api twitch clips</a>✔️
- </h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement