Exemplo n.º 1
0
def get_fixtures_for_2019gyl_d2():
    url = "http://websites.sportstg.com/team_info.cgi?c=1-4826-75261-524375-26469179&a=SFIX"
    team = "West Brisbane Falcons Black 2019 G.Y.L D2"
    team_id = 12

    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 1)
    return my_fixtures
def get_fixtures_for_u16_d3():
    url = "https://websites.sportstg.com/team_info.cgi?c=0-9386-136821-553728-26683997&a=SFIX"
    team = "Centenary Stormers U16 Div3"
    team_id = 28
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u18_d2():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-196468-576980-26831615&a=SFIX"
    team = "Ipswich Knights Mens U18 Div2"
    team_id = 50
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_canale_cup():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136813-577808-26795382&a=SFIX"
    team = "Oxley United Canale Cup Group D"
    team_id = 51
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 5
0
def get_fixtures_for_u14_bypl():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136848-576252-26796646&a=SFIX"
    team = "Rochedale Rovers U14 BYPL"
    team_id = 46
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u14_girls_d1():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136865-576940-26817147&a=SFIX"
    team = "Grange Thistle U14 Girls Div1"
    team_id = 47
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u14_npl():
    url = "https://websites.sportstg.com/team_info.cgi?c=0-9385-138099-555047-26649741&a=SFIX"
    team = "Western Pride FC U14 NPL(MALE)"
    team_id = 16
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u12_d1_sth():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-196515-561766-26692744&a=SFIX"
    team = "Western Pride U12 Div1 Sth"
    team_id = 31
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 9
0
def get_fixtures_for_u16_d2():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136864-576943-26817056&a=SFIX"
    team = "Mt Gravatt Hawks U16 Div2"
    team_id = 32
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 10
0
def get_fixtures_for_mens_city7_gold():
    url = "https://websites.sportstg.com/team_info.cgi?c=0-9386-136864-567394-26675993&a=SFIX"
    team = "Mt Gravatt Hawks Mens City 7 Gold"
    team_id = 29
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 11
0
def get_fixtures_for_u12_d6():
    url = "http://websites.sportstg.com/team_info.cgi?c=1-9386-136864-517367-26183607&a=SFIX"
    team = "Mt Gravatt U12 Div 6 Sth"
    team_id = 10
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 12
0
def get_fixtures_for_u14_d3_sth():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136864-553750-24836632&a=SFIX"
    team = "Mt Gravatt U14 Div3 Sth"
    team_id = 26
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 13
0
def get_fixtures_for_mens_city_league4():
    url = "http://websites.sportstg.com/team_info.cgi?c=1-9386-136864-517329-25901610&a=SFIX"
    team = "Mt Gravatt Hawks MC4G"
    team_id = 11
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u12_mixed_d7():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136821-586189-26846086&a=SFIX"
    team = "Centenary Stormers U12 Mixed Div7"
    team_id = 36
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u18_d2():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136821-576980-26831706&a=SFIX"
    team = "Centenary Stormers Mens U18 Div2"
    team_id = 40
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 16
0
def get_fixtures_for_u14_d4():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136810-576921-26817055&a=SFIX"
    team = "Annerley U14 Div4 Sth"
    team_id = 34
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 17
0
def get_fixtures_for_u14_d1():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-196524-576951-26799802&a=SFIX"
    team = "Olympic FC U14 Div1"
    team_id = 11
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 18
0
def get_fixtures_for_u18_d3():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136864-576979-26831528&a=SFIX"
    team = "Mt Gravatt Hawks U18 Div3"
    team_id = 33
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u13_npl():
    url = "https://websites.sportstg.com/team_info.cgi?c=0-9385-138099-582634-26822865&a=SFIX"
    team = "Western Pride FC U13 NPL"
    team_id = 44
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u18_women():
    url = "https://websites.sportstg.com/team_info.cgi?c=0-9386-136859-558964-26676449&a=SFIX"
    team = "Ipswich City U18 Women"
    team_id = 30
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 21
0
def get_fixtures_for_u13_bypl():
    url = "http://websites.sportstg.com/team_info.cgi?c=1-9386-136810-516233-21637625&a=SFIX"
    team = "Annerley U13 BYPL"
    team_id = 2
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 22
0
def get_fixtures_for_u12_d6():
    url = "http://websites.sportstg.com/team_info.cgi?c=1-9386-136810-517367-26423699&a=SFIX"
    team = "Annerley U12 Div 6 Sth"
    team_id = 3
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u15_npl():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9385-138103-582629-26822699&a=SFIX"
    team = "Brisbane Strikers U15 NPL"
    team_id = 35
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 24
0
def get_fixtures_for_u11_liberia():
    url = "http://websites.sportstg.com/team_info.cgi?c=1-9386-136810-517461-26422349&a=SFIX"
    team = "Annerley U11 Liberia (Cross River)"
    team_id = 4
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 25
0
def get_fixtures_for_u13_d3():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136877-576866-26817058&a=SFIX"
    team = "Newmarket FC U13 Div3 Nth"
    team_id = 45
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 26
0
def get_fixtures_for_u14_d5():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136810-553233-19927606&a=SFIX"
    team = "ANNERLEY U13 DIV 1 STH"
    team_id = 1
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u18_d2_silver():
    url = "https://websites.sportstg.com/team_info.cgi?c=0-9386-136813-567393-26676494&a=SFIX"
    team = "Oxley United Mens U18 Div 2 Silver"
    team_id = 13
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 28
0
def get_fixtures_for_u13_d5_sth():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136810-553222-26676398&a=SFIX"
    team = "Annerley U13 Div5 Sth"
    team_id = 23
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
Exemplo n.º 29
0
def get_fixtures_for_u14_d1():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-196476-553731-25891178&a=SFIX"
    team = "Souths United U14 Div 1 (Under Div2)"
    team_id = 27
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures
def get_fixtures_for_u16_d4():
    url = "https://websites.sportstg.com/team_info.cgi?c=1-9386-136821-576938-26821011&a=SFIX"
    team = "Centenary Stormers U16 Div4"
    team_id = 39
    my_fixtures = sportstg_com_crawler.get_fixtures(url, team, team_id, 0)
    return my_fixtures