Skip to content

Instantly share code, notes, and snippets.

@fahadhowlader
fahadhowlader / livescores.py
Created May 13, 2019 16:41 — forked from jmoiron/livescores.py
scrape livescores.com
#!/usr/bin/env python
# -*- coding: utf-8 -*-
""" """
import json
from urllib2 import urlopen
from lxml.html import document_fromstring
from lxml.cssselect import CSSSelector as cs
@fahadhowlader
fahadhowlader / README.md
Created July 25, 2023 07:30 — forked from mbaitelman/README.md
Automated Terraform Deployments Using Bitbucket Pipelines