Skip to content

fagan2888/seatgeek_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seatgeek.com API access

See here for the SeatGeek platform documentation.

See SeatGeek API terms before using.

Get a client id from here

Built using python 2.7

  • Clone the repository
cd path_to_folder
git clone https://github.com/dblackrun/seatgeek_api.git
  • Enter your client id in event.py
CLIENT_ID = your client id here

Example: Search for Golden State Warriors games and print title and lowest price of all results

from seatgeek_api import event

games = event.get_event_data_for_query("golden state warriors")

for game in games:
    print game.title, game.lowest_price

About

access seatgeek.com API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages