Skip to content

Instantly share code, notes, and snippets.

View gjreda's full-sized avatar

Greg Reda gjreda

View GitHub Profile
{
"meta": {
"limit": 100,
"offset": 0,
"total_count": 100
},
"objects": [
{
"caucus": null,
"congress_numbers": [
This file has been truncated, but you can view the full file.
[{"sid": 327097, "id": "031C6ADB-4539-4B7B-84DE-97C2E51D67DC", "position": 327097, "created_at": 1532611892, "created_meta": "878752", "updated_at": 1532611892, "updated_meta": "878752", "meta": null, "tow_date": "2018-07-25T00:00:00", "make": "JEEP", "style": "LL", "model": null, "color": "TAN", "plate": null, "state": null, "towed_to_address": "701 N. Sacramento", "tow_facility_phone": "(773) 265-7605", "inventory_number": "6929506"}, {"sid": 333929, "id": "D5B40DE5-805D-46A8-B9B4-76817ABF2540", "position": 333929, "created_at": 1535108478, "created_meta": "878752", "updated_at": 1535108478, "updated_meta": "878752", "meta": null, "tow_date": "2018-08-24T00:00:00", "make": "KIA", "style": "4D", "model": null, "color": "MAR", "plate": "AB95643", "state": "IL", "towed_to_address": "701 N. Sacramento", "tow_facility_phone": "(773) 265-7605", "inventory_number": "6932266"}, {"sid": 340538, "id": "B6A3FC62-8F7A-4AA6-B769-1CB0EC0BBC37", "position": 340538, "created_at": 1537569098, "created_meta": "878752", "upda
@gjreda
gjreda / saban-seasons.py
Created November 11, 2018 01:39
Scraping Nick Saban's seasons as Alabama head coach
"""
Scraping Nick Saban's seasons as Alabama head coach
I was curious what % of his time Alabama has spent at #1
"""
from collections import Counter
from bs4 import BeautifulSoup
import requests