This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# block channel4 annoying ads | |
||cdn.http.anno.channel4.com | |
||webstats.channel4.com | |
||monitor.channel4.com | |
||c4ads.2cnt.net c5ads.ott.skymedia.co.uk | |
||cdn.ss.anno.channel4.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This Python file uses the following encoding: utf-8 | |
from inky import InkyPHAT | |
from PIL import Image, ImageFont, ImageDraw | |
from font_fredoka_one import FredokaOne | |
from datetime import datetime | |
import time | |
import requests | |
from bs4 import BeautifulSoup | |
from influxdb import InfluxDBClient | |
import pprint |