We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
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
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" |
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
#!/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" |
OlderNewer