Skip to content

Instantly share code, notes, and snippets.

View hay's full-sized avatar

Hay Kranen hay

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
title
"Rooms Katholieke Kerk"
"Gereformeerde Kerken in Nederland"
"Ned. Hervormde Kerk"
"PKN Gereformeerde Kerk"
"Islamitisch"
"Christelijke Gereformeerde Kerk"
"Evangelie Gemeente"
"Rooms-Katholieke Kerk"
"PKN Ned. Hervormd"
#!/usr/bin/env python3
from bs4 import BeautifulSoup
from dataknead import Knead
from pathlib import Path
import requests
import sys
import urllib.request
API_KEY = "your-api-key-here"