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
<?xml version="1.0" encoding="UTF-8"?> | |
<feed xml:lang="en-GB" xmlns="http://www.w3.org/2005/Atom"> | |
<id>tag:collections.dev.gov.uk,2005:/government/topical-events/cop26</id> | |
<link rel="alternate" type="text/html" href="https://www.gov.uk/government/topical-events/cop26"/> | |
<link rel="self" type="application/atom+xml" href="http://collections.dev.gov.uk/government/topical-events/cop26.atom"/> | |
<title>COP26 - Activity on GOV.UK</title> | |
<author> | |
<name>HM Government</name> | |
</author> | |
<updated>2022-06-28T12:15:01Z</updated> |
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
import requests | |
import sys | |
import urllib | |
print "Keyword\tPosition\tMatch\tES2 Result (rummager)\tES5 Result (search-api)" | |
counter = 1 | |
f = open('top_5000_search_terms.csv', 'r') | |
for keyword in f: |