Quantcast

rudy.brown.545

Member Since 11 years ago

Posts I've Made

2023-02-28

Here is a template code in HTML that uses Twitch user ID, access token, and client ID to display the top 5 views for the week for a user:

<!DOCTYPE html>
<html>
<head>
    <title>Top 5 Twitch Clips for the Week</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
    <h1>Top 5 Twitch Clips for the Week</h1>
    <ul id="top-5">
    </ul>
   
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <script>
        $(document).ready(function() {
            var userID = 'USER_ID'; // replace with your Twitch user ID
            var accessToken = 'ACCESS_TOKEN'; // replace with your Twitch access token
            var clientID = 'CLIENT_ID'; // replace with your Twitch client ID
           
            $.ajax({
                url: 'https://api.twitch.tv/helix/clips?broadcaster_id=' + userID + '&first=5',
                headers: {
                    'Client-ID': clientID,
                    'Authorization': 'Bearer ' + accessToken
                },
                success: function(response) {
                    $.each(response.data, function(index, clip) {
                        $('#top-5').append('<li><a href="' + clip.url + '">' + clip.title + '</a><br>Views: ' + clip.view_count + '</li>');
                    });
                },
                error: function(xhr, status, error) {
                    console.log(xhr.responseText);
                }
            });
        });
    </script>
</body>
</html>

2021-09-18

Rename -Transaction

Instead of calling the the tab " transaction " rename to "BREAKING NEWS"  with larger fonts saying breaking news with the player picture being release, signed  or traded.  Similiar to ESPN, sportscentre and twitter when the image in Breaking news image.

2021-08-30

Discord-Widget -Scrolling Ticker

Scrolling  ticket below the twitch channel on your page would be a neat feature. We already have discord notification. If you click server in discord  you can find widget and premade embeded widget code.

2021-06-19

Create CSS- News tickers (annoucements)

Basically a ticker that speaks.  I feel like the league needs sounds/poscast/radio type .

https://www.youtube.com/watch?v=r7Bz3wQ35Vo

2021-01-31

Contentyze- Weekly Recap Feature-With Formula-Excel.csv

Using a website called contentyze and csv. Excel data. I was able to create a Team Weekly recap.

Please see formula below.

[[row_1]] Weekly Recap

[[row_1]] average points per game [[row_2]] this part of the season .  [[row_1]] total yards gains is [[row_4]] total yards, [[row_1]] total pass yards gains [[row_5]], rush yards [[row_7]], 1st down so far this season [[row_9]], Team interceptions [[row_10]]. [[row_1]] have allowed [[row_11]] sacks.  In the red  zone touchdowns this season remains at [[row_17]]. 3rd down percentage for [[row_1]] is [[row_15]],  chances of [[row_1]] attempted field goals this year [[row_18]].

{% Short Text "[[row_1]] points per game [[row_2]] this part of the season .  [[row_1]] total yards gains is [[row_4]] total yards, [[row_1]] total pass yards gains [[row_5]], rush yards [[row_7]], 1st down so far this season [[row_9]], Team interceptions [[row_10]]. [[row_1]] have allowed [[row_11]] sacks.  In the red  zone touchdowns this season remains at [[row_17]].3rd down percentage for [[row_1]] is [[row_15]],  chances of [[row_1]] attempted field goals this year  [[row_18]]." %}


Bold Predictions for [[row_1]]  chances of winning   [[row_19]]

Random Result:

Eagles scoring average this season 17.1 points per game. .  Eagles total yards gains is 1280 total yards,  Eagles total pass yards gains 700, rush yards 273, 1st down so far this season 48, Team interceptions 0. Eagles have allowed 1 sacks.  In the red  zone touchdowns this season remains at 7. 3rd down percentage for Eagles is 44.4%,  chances of Eagles attempted field goals this year 1.

Bold Predictions for Eagles chances of winning 66.3%

The contentyze will random generate for all the teams from using the formula.

Junior Brown

2017-02-05

What Features Would you like to see in Madden 18?

Give cfm  needs a voice, twitter  social media is great but when it's one sided what's the point. Back in the day we had a radio station Madden 2005. Maybe for 2018 we can have someone read the tweets and interact with them.  DurIng the draft there's some comentary.  Also bring back the extra point or create an where we can upload videos and turn  it into a ESPN sportscaster broadcast.

2016-04-04

What would you like to see in Madden 17?

Add everything in nfl 2k5 and every feature you've had on the madden series . You'll have the perfect game.