Skip to content

Instantly share code, notes, and snippets.

View kevinpaulconnor's full-sized avatar

Kevin Connor kevinpaulconnor

View GitHub Profile
#!/usr/bin/env python
""" Scrape WDRV looking for non-eagles songs with "easy" in the title """
import requests
import datetime
from bs4 import BeautifulSoup
import re
base_url = 'http://wdrv.com/wdrv-music-logs/'
payload = {}