Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# -*- coding: utf8 -*-
# This short script parses the RSS feed from bitcoinupdate.com and returns a nicely formatted
# block of HTML for the most recent entry.
#
# Author: Harald Schilly <hsy@bitcoin-austria.at>
# License: Apache 2.0
import requests as req
from dateutil.parser import parse as date_parser