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'];
- $numerolimite = $_POST['numerolimite'];
- $file = file_get_contents("https://todocodigos.000webhostapp.com/twitch/seguidores/seguidores.php?usuario=$usuario&numero=$numerolimite", 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['follows']); $i ++) {
- ?>
- <br>
- <b>Seguidor:</b> => <?php echo $twitch['follows'][$i]['user']['name']?>
- <br>
- <b>Biografia:</b> => <?php echo $twitch['follows'][$i]['user']['bio']?>
- <br>
- <b>Logo:</b> => <?php echo $twitch['follows'][$i]['user']['logo']?>
- <br>
- <?php }?>
- <form action="" method="POST">
- <input type="text" size="50" name="usuario" id="usuario" placeholder="Escribe el nombre del streamer">
- <br>
- <br>
- <input type="text" size="50" name="numerolimite" id="numerolimite" placeholder="Escribe un numero del 1 al 100">
- <input type="submit" value="Ver seguidores">
- </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://pastebin.com/KjDemG1i" target="_blank">Api twitch seguidores</a>✔️
- <br>
- <a href="https://todocodigos.000webhostapp.com/twitch/clips/clip1.php" target="_blank">Api twitch clips</a>
- </h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement