ESPN's hidden API endpoints
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
2 - Autos & Vehicles | |
1 - Film & Animation | |
10 - Music | |
15 - Pets & Animals | |
17 - Sports | |
18 - Short Movies | |
19 - Travel & Events | |
20 - Gaming | |
21 - Videoblogging | |
22 - People & Blogs |
import 'package:flutter/material.dart'; | |
import 'package:flutter/services.dart'; | |
import 'package:payment_app/constants.dart'; | |
void main() { | |
//SystemChrome.setEnabledSystemUIOverlays([]); | |
return runApp(MyApp()); | |
} | |
class MyApp extends StatelessWidget { |
import 'package:flutter/material.dart'; | |
import 'package:flutter/services.dart'; | |
import 'package:payment_app/constants.dart'; | |
void main() { | |
return runApp(MyApp()); | |
} | |
class MyApp extends StatelessWidget { | |
// This widget is the root of your application. |
// copied from https://github.com/createdbymitch/tutorialsoftui/blob/master/lib/main.dart | |
import 'package:flutter/material.dart'; | |
void main() => runApp(MyApp()); | |
class MyApp extends StatelessWidget { | |
// This widget is the root of your application. | |
@override | |
Widget build(BuildContext context) { |
# Python3 Ready | |
#--------------------------------- | |
# use the command: | |
# pip install --upgrade oauth2client | |
# if there is problem with the oauth2client | |
#--------------------------------- | |
#! /usr/bin/env python |
## Simple Python module to upload files to Google Drive | |
# Needs a file 'client_secrets.json' in the directory | |
# The file can be obtained from https://console.developers.google.com/ | |
# under APIs&Auth/Credentials/Create Client ID for native application | |
# To test usage: | |
# import google_drive_util | |
# google_drive_util.login() | |
# google_drive_util.test() |
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard