aboutsummaryrefslogtreecommitdiffstats
path: root/fnme/constants.py
blob: bb57cb8c7f1f26af53a3380d32da1cb5c47bd093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ENDPOINT = "https://www.fuel-finder.service.gov.uk/internal/v1.0.2/csv/get-latest-fuel-prices-csv"

SORT_KV = {
    "e10": "e10_price",
    "e5": "e5_price",
    "b7s": "diesel_price",
    "distance": "distance",
}

HEADERS = {
    "User-Agent": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/533.45 (KHTML, like Gecko) Chrome/48.0.2094.221 Safari/602"
}
git.ajschof.me — hosted by ajschofield — powered by cgit