Advertisement
acbart

Untitled

Oct 11th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. import requests
  2.  
  3. data = requests.get("http://www.thebluealliance.com/api/v2/team/frc254?X-TBA-App-Id=frc281:scouting-system:v01").json()
  4.  
  5. print(data['name'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement