Skip to content

Instantly share code, notes, and snippets.

"""
NCAA Basketball Stats CLI Tool
This script provides a command-line interface (CLI) to retrieve NCAA Basketball game statistics.
Features:
1. List all games by a given date.
2. Retrieve live player statistics for a specific game ID.
3. Support for looping execution to periodically fetch data.
@aaroncouch
aaroncouch / yahoo.py
Created February 23, 2021 14:31
Simple method to get Yahoo's Analyst PTs and Recommendation Ratings.
import re
import json
import requests
from bs4 import BeautifulSoup
class YahooAnalysis:
def __init__(self, ticker):
self.financial_data = {}
try:
import json
import time
import hmac
import hashlib
import base64
import requests
def get_whalewisdom(secret_key, shared_key, args):
"""Simple function to GET WhaleWisdom Data from their API.