Resource Activity Across SFA History - Seasons 1-34

Remove this Banner Ad


Special thanks to Hate for supplying player lists and thread IDs across seasons to make compiling all of this possible. The above dropbox link contains all the posting activity data from Seasons 1-23 and that combined with all the works by Ant Bear, WaynesWorld19 and serial_thrilla in tracking posting activity between Season 24-33 provides a near complete dataset of the league's engagement levels over the seasons.



Script to automate collecting match thread post count data

For anyone who is familiar with Python, the below code can extract posting data from BF thread contributors function into a csv file.
All you should really need to do is set up a folder with a notepad named "processing" and paste links to any threads you want to count posts for and save.
Enter username and password into console and the code will start scanning 'thread contributors' function for post count data.


Python:
import selenium
from selenium import webdriver
from selenium.webdriver.common.keys import Keys

import csv



driver = webdriver.Chrome()

def bf_login():
    driver.get("https://www.bigfooty.com/forum/login")
    driver.find_element("name", "login").send_keys(un)
    driver.find_element("name", "password").send_keys(pw)
    driver.find_element("name", "password").send_keys(Keys.ENTER)

def postcounter():
    posterlist = []
    countlist = []
   
    file = open('Processing.txt')
    for thread_id in file:
        url = thread_id
        driver.get(url)
        #print(driver.current_url)
        url = driver.current_url + "top-contributors"
        driver.get(url)
        posters = driver.find_elements("xpath", '//h3[@class="contentRow-header"]')
        count = driver.find_elements("xpath", '//div[@class="contentRow-extra contentRow-extra--largest"]')
       
        for p in posters:
            #print(p.text)
            posterlist.append(p.text)
        for q in count:
            #print(q.text)
            countlist.append(q.text)

        set = dict(zip(posterlist, countlist))
        with open('output.csv', 'a', newline = '') as csv_file:
            writer = csv.writer(csv_file)
            writer.writerow([thread_id])
            for key, value in set.items():
                writer.writerow([key,value])

        posterlist = []
        countlist = []
    file.close()

un = input('user: ')
pw = input('pass: ')

bf_login()
postcounter()

driver.quit()


 
(1) Weekly Match Thread Participation and Weekly Match Thread Posts
  • Thread starter
  • Moderator
  • #2
1680525610618.png

The above line chart shows the average number of participants in match threads (at least 1 post in the match thread [does not include 'gatecrashers']) across 34 seasons.

1680525649823.png

The above chart shows the average number of match thread posts made in a week over 34 seasons.
 
Commentary on (1)
  • Thread starter
  • Moderator
  • #3
Evidently, the SFA started from very humble beginnings having a massive 9.07 posters showing up across the entire league each week on average making 13.5 posts altogether in Season 1. The two remaining foundation clubs - the Mount Buller Demons and West Coast Wonders accounted for two-thirds (6 out of the 9 active posters) of the participation in Season 1.

The league grew steadily across its first 7 seasons under the administrations of Mobbs (S1), eagleskickass (S2-4), Deestroy (S5-6) and Frankston Rover (S7). By the end of S7, the league averaged 68.59 regular participants and 159.95 match thread posts per week.

While number of posts per week would grow over the next few seasons, participation would stagnate and fall to 59.64 regular participants by Season 12 which was the first season of boncer34 as admin.

From there, activity and participation would boom in the SFA, which could be attributed to a variety of factors. The growth of media content, the setup of various infrastructure such as organised award presentations, expansion teams. During the period between S12 to S17, average league participation doubled from 59.64 to 130.11 and weekly match thread posts 12x from 220.43 to 2611.72. The league also brought in the Gold City Royals and readmitted Sin City Swamprats as successful expansion bids.

Expansion would occur again in S18 bringing in the Coney Island Warriors and Las Vegas Bears which would create the 12-team structure that would last until S34. The immediate effect of this expansion was a bump in participation from 130.11 in S17 to 147.06 in S18 and a decrease in short-term decrease in weekly activity as some established clubs struggled after the expansion.

Over Season 18-33, participation tended to come and go in cycles, with S21-S23 seeing substantial growth followed by 5 consecutive seasons of decline in participation. Before another boom in participation boosted the league to record levels in S29-S30, possibly influenced by COVID-19 lockdowns.

Over the same period, activity fluctuates from season to season but trends upwards over the long-term.
 

Log in to remove this ad.

Evidently, the SFA started from very humble beginnings having a massive 9.07 posters showing up across the entire league each week on average making 13.5 posts altogether in Season 1. The two remaining foundation clubs - the Mount Buller Demons and West Coast Wonders accounted for two-thirds (6 out of the 9 active posters) of the participation in Season 1.

The league grew steadily across its first 7 seasons under the administrations of Mobbs (S1), eagleskickass (S2-4), Deestroy (S5-6) and Frankston Rover (S7). By the end of S7, the league averaged 68.59 regular participants and 159.95 match thread posts per week.

While number of posts per week would grow over the next few seasons, participation would stagnate and fall to 59.64 regular participants by Season 12 which was the first season of boncer34 as admin.

From there, activity and participation would boom in the SFA, which could be attributed to a variety of factors. The growth of media content, the setup of various infrastructure such as organised award presentations, expansion teams. During the period between S12 to S17, average league participation doubled from 59.64 to 130.11 and weekly match thread posts 12x from 220.43 to 2611.72. The league also brought in the Gold City Royals and readmitted Sin City Swamprats as successful expansion bids.

Expansion would occur again in S18 bringing in the Coney Island Warriors and Las Vegas Bears which would create the 12-team structure that would last until S34. The immediate effect of this expansion was a bump in participation from 130.11 in S17 to 147.06 in S18 and a decrease in short-term decrease in weekly activity as some established clubs struggled after the expansion.

Over Season 18-33, participation tended to come and go in cycles, with S21-S23 seeing substantial growth followed by 5 consecutive seasons of decline in participation. Before another boom in participation boosted the league to record levels in S29-S30, possibly influenced by COVID-19 lockdowns.

Over the same period, activity fluctuates from season to season but trends upwards over the long-term.
Just one.

You're all welcome.
 

(Log in to remove this ad.)

Mild upward trend caused by Cadsky going on a recruiting spree for the league and making sure post numbers are venerated
I won't stop until all 13 teams can't fit their actives in every week
 
Participation Data By Club
  • Thread starter
  • Moderator
  • #23
The below table shows the average weekly match thread participation by season, broken down by club.

The colour scale shows the relative strength in numbers at the club in that particular season. The more green means the club is among the most active clubs in terms of participation, the more red means the club is among the least active clubs in terms of participation.

Over on the right are the defunct clubs.

Fun fact: In Season 8, the two most active clubs of Season 7 - the Dragons FFC and the Southern Sharks were merged to create the Southern Dragons (now Dragons FFC).

1680606832937.png
 

Remove this Banner Ad

Resource Activity Across SFA History - Seasons 1-34

Remove this Banner Ad

Back
Top