Files
yankee-gnome-twitch-api/web/channelrankings.html
2025-02-06 13:09:57 -05:00

195 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Channel Rankings / Twitch Data Acquisition
</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-wLFhaGLOxhRLhYZizInMhXYOnSyzGYEV+zVZ38PC5⡀xz4MXvdm0aLwJRQltoWWaL" crossorigin="anonymous">
<link rel="stylesheet" href="https://bootswatch.com/journal/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.1.3/dist/vapor/bootstrap.min.css">
</head>
<body>
<nav class="navbar navbar-expand-lg bg-primary" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">Twitch Data Acquisition</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link active" href="#">Home
<span class="visually-hidden">(current)</span>
</a>
</li>
<li class="nav-item">
<a target="_new" class="nav-link" href="https://code.softwareshinobi.com/yankee/twitch-data-acquisition.git">Source Code</a>
</li>
</ul>
</div>
</div>
</nav>
<h1>
twitch > sullygnome.com
</h1>
<div class="container mt-3">
<h2>
Monthly Channel Game Stats > Loaded Records
</h2>
<table class="table table-hover table-bordered">
<thead>
<tr>
<th scope="col">Description</th>
<th scope="col">URL</th>
</tr>
</thead>
<tbody>
<tr>
<td>
List All Loaded Monthly Game Stats
</td>
<td>
<a target="_new" href="http://veneno.embanet.online:8888/channel/games/monthly/">See All Loaded Data</a>
</td>
</tr>
<tr>
<td>Truncate Channel Monthly Game Data</td>
<td><a target="_new" href="http://veneno.embanet.online:8888/sullygnome.com/channel/games/monthly/truncate">Delete Loaded Data</a></td>
</tr>
</tbody>
</table>
</div>
<div class="container mt-3">
<h2>
Monthly Channel Game Stats > Stub Data
</h2>
<table class="table table-hover table-bordered">
<thead>
<tr>
<th scope="col">Description</th>
<th scope="col">URL</th>
</tr>
</thead>
<tbody>
<tr>
<td>View the stub page used to create mock data</td>
<td><a target="_new" href="http://veneno.embanet.online:8888/sullygnome.com/stub/channel/games/monthly/html"> See Stub Page</a></td>
</tr>
<tr>
<td>Load the stub page(s) and it's data into DB</td>
<td><a target="_new" href="http://veneno.embanet.online:8888/sullygnome.com/stub/channel/games/monthly/load"> Load Stub Page</a></td>
</tr>
</tbody>
</table>
</div>
<div class="container mt-3">
<h2>
Monthly Channel Game Stats > Live Data
</h2>
<table class="table table-hover table-bordered">
<thead>
<tr>
<th scope="col">Description</th>
<th scope="col">URL</th>
</tr>
</thead>
<tbody>
<tr>
<td>View a sample of the live data</td>
<td><a target="_new" href="https://sullygnome.com/channel/kaicenat/2023december/games""> See Live Sample</a></td>
</tr>
<tr>
<td>Load the stub page(s) and it's data into DB</td>
<td><a target="_new" href="http://veneno.embanet.online:8888/sullygnome.com/channel/games/monthly/load"> Load Live Data</a></td>
</tr>
</tbody>
</table>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-iaucU6enWBC0OJrCWMLD2ur8JKCx9thSYi7+SXv4WBVA1DwYPJ9dKIKaC7cspQvEY" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js" integrity="sha384-Jj66lPWgOzgloaRsncSQx9ikzfnWAu7IWgT6WLHgGOHGGOQMLynH7z9y+Q7VPqm" crossorigin="anonymous"></script>
</body>
</html>