Import Match Odds Market Prices for Football Matches

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CanalOddsBrasil
    Junior Member
    • Sep 2019
    • 2

    #1

    Import Match Odds Market Prices for Football Matches

    Good night...

    I'm creating a free Google Sheets spreadsheet so my friends and I can keep up with Match Odds market prices for football matches. In a list where the data from each game is listed all together on one page.

    And I would like to know if there is any way to be able to import in a simple list with the competition name, team names and the price of the Match Odds market.

    Google App Script is Javascript-based and has a way to connect with Google Sheets.

    If you can do that, could someone help me create please? I am a layman in script matters but I would appreciate it very much if anyone could help me.
  • bfexplorer
    Senior Member
    • Sep 2018
    • 204

    #2
    Originally posted by CanalOddsBrasil View Post
    Good night...

    I'm creating a free Google Sheets spreadsheet so my friends and I can keep up with Match Odds market prices for football matches. In a list where the data from each game is listed all together on one page.

    And I would like to know if there is any way to be able to import in a simple list with the competition name, team names and the price of the Match Odds market.

    Google App Script is Javascript-based and has a way to connect with Google Sheets.

    If you can do that, could someone help me create please? I am a layman in script matters but I would appreciate it very much if anyone could help me.
    I do it this way when writing data to spreadsheet:

    http://bfexplorer.net/Articles/Content/449

    Comment

    • CanalOddsBrasil
      Junior Member
      • Sep 2019
      • 2

      #3
      Originally posted by bfexplorer View Post

      I do it this way when writing data to spreadsheet:

      http://bfexplorer.net/Articles/Content/449
      Good afternoon ... In fact I would like to import the price of the Match Match Odds from a list into Google Sheets. Automatically via script. So it can be updated every 1 minute.

      Comment

      • bfexplorer
        Senior Member
        • Sep 2018
        • 204

        #4
        Originally posted by CanalOddsBrasil View Post

        Good afternoon ... In fact I would like to import the price of the Match Match Odds from a list into Google Sheets. Automatically via script. So it can be updated every 1 minute.
        Yes, I do similar spreadsheet updates:

        http://bfexplorer.net/Articles/Content/422

        So when I run bot script in bot executor with set update interval, spreadsheet will be updated every 1 minute.

        Take it as inspiration for you, how you can do it:

        http://bfexplorer.net/Articles/Search?text=Excel

        Comment

        Working...
        X